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>
Wed, 30 Mar 2011 23:20:09 +0000 (19:20 -0400)
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 4ff7ca530533b121763dbe3b415ad79b162a85fb..558d9573a73313f3d55d4dd8e329af3fe48dcb16 100644 (file)
@@ -2889,7 +2889,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);