From: Arjan van de Ven Date: Sat, 14 Jan 2006 21:21:31 +0000 (-0800) Subject: [PATCH] Mark some key VFS functions as __always_inline X-Git-Tag: v2.6.16-rc1~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f16623569e2ec055b489462315f5296f153d119b;p=pandora-kernel.git [PATCH] Mark some key VFS functions as __always_inline Mark a few VFS functions as mandatory inline (based on Al Viro's request); these must be inline due to stack usage issues during a recursive loop that happens during the recursive symlink resolution (symlink to a symlink to a symlink ..) This patch at this point does not change behavior and is for documentation purposes only (but this changes later in the series) Signed-off-by: Arjan van de Ven Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed