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)
commit70e9b3571107b88674cd55ae4bed33f76261e7d3
treea22a2cd29b3075ddb9fed4305fd0ff88c07d5963
parent951361f954596bd134d4270df834f47d151f98a6
get rid of nd->file

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>
fs/namei.c
include/linux/namei.h