diff options
author | Andreas Mohr <andi@rhlx01.fht-esslingen.de> | 2006-09-29 11:01:22 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-29 18:18:22 +0200 |
commit | e518ddb7ba44a3d852c0e41961365844c76eb2bf (patch) | |
tree | 82bda48f6dac153015ef02fe6f8ccbbfa15151d0 /fs/pnode.c | |
parent | [PATCH] Add section on function return values to CodingStyle (diff) | |
download | linux-e518ddb7ba44a3d852c0e41961365844c76eb2bf.tar.xz linux-e518ddb7ba44a3d852c0e41961365844c76eb2bf.zip |
[PATCH] fs/namei.c: replace multiple current->fs by shortcut variable
Replace current->fs by fs helper variable to reduce some indirection
overhead and (at least at the moment, before the current_thread_info() %gs
PDA improvement is available) get rid of more costly current references.
Reduces fs/namei.o from 37786 to 37082 Bytes (704 Bytes saved).
[akpm@osdl.org: cleanup]
Signed-off-by: Andreas Mohr <andi@lisas.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/pnode.c')
0 files changed, 0 insertions, 0 deletions