name: shift nameidata down into user_path_walk()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 30 Apr 2015 20:09:11 +0000 (16:09 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 11 May 2015 02:18:32 +0000 (22:18 -0400)
that avoids having nameidata on stack during the calls of
->rmdir()/->unlink() and *two* of those during the calls
of ->rename().

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

diff --cc fs/namei.c
Simple merge