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>
Mon, 12 Jan 2009 23:20:14 +0000 (18:20 -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 a6fdd952274d0bf0c124fe3c36ce08168af90ac9..7720f4fe9738b52ea6d73ff8aee870e5e68a444d 100644 (file)
@@ -2829,7 +2829,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);