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>
Sun, 24 Nov 2013 07:50:08 +0000 (02:50 -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 091c4b7986cba1f698193745e57a9d869c91601c..2c921e73169dc56d65555c41b753226017055169 100644 (file)
@@ -3974,7 +3974,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);