]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1de244f85d377f56e65c6b659201077c259a6318
treeaa5143f74c5c6ed0424ddae2f75d2d1e2881f52c
parentca536ebcccdcb9d92869cf2ccc2a971845a0b404
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