diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-18 14:06:30 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-28 14:51:53 +0200 |
commit | f6730b267a90ad73116e50b027e869cbe0b01211 (patch) | |
tree | 7655269a5e069b5248c56812a3c0e50e3255c943 /mount | |
parent | 6349d15921134adb4491eb9ce87720a0281a7bd6 (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 'mount')
0 files changed, 0 insertions, 0 deletions