Commit 72a6262f authored by Paul Menage's avatar Paul Menage Committed by Linus Torvalds

[PATCH] Export path_lookup()

path_lookup() is no longer an inline function, and needs to be exported
for jffs2, nfsd and af_unix to load as modules.
parent 7bfe7426
......@@ -144,6 +144,7 @@ EXPORT_SYMBOL(force_delete);
EXPORT_SYMBOL(follow_up);
EXPORT_SYMBOL(follow_down);
EXPORT_SYMBOL(lookup_mnt);
EXPORT_SYMBOL(path_lookup);
EXPORT_SYMBOL(path_init);
EXPORT_SYMBOL(path_walk);
EXPORT_SYMBOL(path_release);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment