From: Linus Torvalds Date: Sat, 3 Mar 2012 03:40:57 +0000 (-0800) Subject: vfs: export full_name_hash() function to modules X-Git-Tag: v3.3-rc6~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae942ae71934fddd0639160c24f6efa703d5784e;p=pandora-kernel.git vfs: export full_name_hash() function to modules Commit 5707c87f "vfs: uninline full_name_hash()" broke the modular build, because it needs exporting now that it isn't inlined any more. Reported-by: Tetsuo Handa Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed