]> git.baikalelectronics.ru Git - kernel.git/commit
fs/namei.c:reserve_stack(): tidy up the call of try_to_unlazy()
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 7 Jan 2022 17:20:37 +0000 (12:20 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 20 May 2022 03:26:29 +0000 (23:26 -0400)
commitfdef8d52281f67b2eb4a997bcc055e2afd22c8b7
treeb7be80c4affcd5088462a151205deaeb596ae32c
parentdbb008736a8c113ef1e12b4e4b4351fac2a15ede
fs/namei.c:reserve_stack(): tidy up the call of try_to_unlazy()

!foo() != 0 is a strange way to spell !foo(); fallout from
"fs: make unlazy_walk() error handling consistent"...

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