]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5725cbf720d38578e2acae924d8960250a50586d
treea3a0aedac1936092415ac811eabaae8e97d724f2
parent4354a40420de43ed671e4571c23e860ca9235974
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