summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-05-18 14:06:30 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-05-28 14:51:53 +0200
commitf6730b267a90ad73116e50b027e869cbe0b01211 (patch)
tree7655269a5e069b5248c56812a3c0e50e3255c943 /libdiskfs
parent6349d15921134adb4491eb9ce87720a0281a7bd6 (diff)
trans/fakeroot: use netfs_node_netnode instead of np->nn
When using fat nodes, expressions of the form E->nn can be rewritten as netfs_node_netnode (E). This is much faster as it only involves a offset calculation. For reference, I used the following semantic patch to create the patch: @@ expression E; @@ - E->nn + netfs_node_netnode (E) * trans/fakeroot.c: Use netfs_node_netnode instead of np->nn.
Diffstat (limited to 'libdiskfs')
0 files changed, 0 insertions, 0 deletions