Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+1
+1
fs/namei.c
··· 1381 1381 hash = partial_name_hash(*name++, hash); 1382 1382 return end_name_hash(hash); 1383 1383 } 1384 + EXPORT_SYMBOL(full_name_hash); 1384 1385 1385 1386 /* 1386 1387 * We know there's a real path component here of at least