get rid of nd->file
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 6 Mar 2011 02:12:22 +0000 (21:12 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 14 Mar 2011 13:15:26 +0000 (09:15 -0400)
Don't stash the struct file * used as starting point of walk in nameidata;
pass file ** to path_init() instead.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found