commit | ae942ae71934fddd0639160c24f6efa703d5784e | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Fri Mar 02 19:40:57 2012 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Mar 02 19:40:57 2012 -0800 |
tree | eb5ee13ffa5e56805733c46299fbbac804bb5542 | |
parent | 62d222b8c8ee0ddd3dd6921ce9c1a5667616dc1c [diff] |
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 <penguin-kernel@i-love.sakura.ne.jp> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>