]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/namei.c
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)
commitf5beed755bce1791d926ded9d83640b25e14a617
treeaa5143f74c5c6ed0424ddae2f75d2d1e2881f52c
parent6a9f40d6104d74b0eaa06cc59e2dcc8f2dde5e22
name: shift nameidata down into user_path_walk()

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