]> git.ipfire.org Git - people/ms/linux.git/commit - fs/namei.c
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)
commite5ca024e165d952b12da5ea86c36ea70d70bfc98
treeb7be80c4affcd5088462a151205deaeb596ae32c
parent3123109284176b1532874591f7c81f3837bbdc17
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