projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62d222b
)
vfs: export full_name_hash() function to modules
author
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 3 Mar 2012 03:40:57 +0000
(19:40 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 3 Mar 2012 03:40:57 +0000
(19:40 -0800)
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>
fs/namei.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/namei.c
b/fs/namei.c
index 71807dc7e402bf5b0b145510f670b726c01b255b..e2ba62820a0f35ee0531a4ad6ac0dc6725ad0b58 100644
(file)
--- a/
fs/namei.c
+++ b/
fs/namei.c
@@
-1381,6
+1381,7
@@
unsigned int full_name_hash(const unsigned char *name, unsigned int len)
hash = partial_name_hash(*name++, hash);
return end_name_hash(hash);
}
+EXPORT_SYMBOL(full_name_hash);
/*
* We know there's a real path component here of at least