lookup_open(): expand the call of real_lookup()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 28 Apr 2016 15:19:43 +0000 (11:19 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 2 May 2016 23:51:16 +0000 (19:51 -0400)
commit12fa5e240419237d848abe3d40809eabe9e8f4ca
treea3a0aedac1936092415ac811eabaae8e97d724f2
parent384f26e28fe4ddc75e7cf8e0e21595964d03d8eb
lookup_open(): expand the call of real_lookup()

... and lose the duplicate IS_DEADDIR() - we'd already checked that.

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