GIT: unionfs2-2.6.27.y: lookup_one_len_nd - lookup_one_len with nameidata argument
Erez Zadok
ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:15:41 EDT 2010
commit 6f4d98cbfbfc6077bcd724642230a5b2f9ee27c6
Author: Josef "Jeff" Sipek <jsipek at cs.sunysb.edu>
Date: Sun Apr 29 15:36:03 2007 -0400
lookup_one_len_nd - lookup_one_len with nameidata argument
This patch renames lookup_one_len to lookup_one_len_nd, and adds a nameidata
argument. An inline function, lookup_one_len (which calls lookup_one_len_nd
with nd == NULL) preserves original behavior.
The following Unionfs patches depend on this one.
Signed-off-by: Josef "Jeff" Sipek <jsipek at cs.sunysb.edu>
diff --git a/fs/namei.c b/fs/namei.c
index 832cd4b..7dfb3d8 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -2862,7 +2862,7 @@ EXPORT_SYMBOL(follow_up);
EXPORT_SYMBOL(get_write_access); /* binfmt_aout */
EXPORT_SYMBOL(getname);
EXPORT_SYMBOL(lock_rename);
-EXPORT_SYMBOL(lookup_one_len);
+EXPORT_SYMBOL(lookup_one_len_nd);
EXPORT_SYMBOL(page_follow_link_light);
EXPORT_SYMBOL(page_put_link);
EXPORT_SYMBOL(page_readlink);
More information about the unionfs-cvs
mailing list