From: Andreas Mohr Date: Fri, 29 Sep 2006 09:01:22 +0000 (-0700) Subject: [PATCH] fs/namei.c: replace multiple current->fs by shortcut variable X-Git-Tag: v2.6.19-rc1~686 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e518ddb7ba44a3d852c0e41961365844c76eb2bf;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed