namei: move saved_nd pointer into struct nameidata
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 13 May 2015 11:28:08 +0000 (07:28 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 15 May 2015 05:10:45 +0000 (01:10 -0400)
these guys are always declared next to each other; might as well put
the former (pointer to previous instance) into the latter and simplify
the calling conventions for {set,restore}_nameidata()

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

diff --cc fs/namei.c
Simple merge