lookup_one_len_nd - lookup_one_len with nameidata argument
authorJosef "Jeff" Sipek <jsipek@cs.sunysb.edu>
Sun, 29 Apr 2007 19:36:03 +0000 (15:36 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 13 Jan 2009 02:07:10 +0000 (21:07 -0500)
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@cs.sunysb.edu>
fs/namei.c

index f05bed242422eed8172c3a6acdc6b9838428eec4..ac9f46f115cd4f2d10826db0c4aa8e439863d92b 100644 (file)
@@ -2866,7 +2866,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);