From e518ddb7ba44a3d852c0e41961365844c76eb2bf Mon Sep 17 00:00:00 2001 From: Andreas Mohr Date: Fri, 29 Sep 2006 02:01:22 -0700 Subject: [PATCH] [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-format-patch failed