namei: saner calling conventions for mountpoint_last()
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 14 Nov 2016 05:40:33 +0000 (00:40 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 6 Dec 2016 00:11:57 +0000 (19:11 -0500)
commitba8f46135ab19a6bc3ac11a16e8455956e13f6b1
tree671cb02680a103728bbfb95777f777e699107f7b
parentc1d4dd27678fc6892e30ea3de4a7caf86f39df1c
namei: saner calling conventions for mountpoint_last()

leave the result in nd->path, have caller do follow_mount() and
copy it to the final destination.

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