link_path_walk(): move assignments to nd->last/nd->last_type up
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 24 Jan 2013 23:04:22 +0000 (18:04 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 23 Feb 2013 04:31:34 +0000 (23:31 -0500)
commit5f4a6a695075b79261793c25b1128e3b30007646
tree6f304f5b1a84bb1face5428f6d55160453583e6c
parentad8ca3743cb7eef0eb8a2e87943c513201685eec
link_path_walk(): move assignments to nd->last/nd->last_type up

... and clean the main loop a bit

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