[PATCH 02/24] lookup_one_len_nd - lookup_one_len with nameidata argument

2007-01-07 Thread Josef 'Jeff' Sipek
From: Josef "Jeff" Sipek <[EMAIL PROTECTED]> 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.

[PATCH 02/24] lookup_one_len_nd - lookup_one_len with nameidata argument

2007-01-07 Thread Josef 'Jeff' Sipek
From: Josef Jeff Sipek [EMAIL PROTECTED] 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.