saner calling conventions for unlazy_child()
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 4 Jan 2021 05:08:41 +0000 (00:08 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 4 Jan 2021 16:41:40 +0000 (11:41 -0500)
commitae66db45fd309fd1c6d4e846dfc8414dfec7d6ad
treee2a9ebfd70448517abdbcea2fec810b36eaaee82
parente36cffed20a324e116f329a94061ae30dd26fb51
saner calling conventions for unlazy_child()

same as for the previous commit - instead of 0/-ECHILD make
it return true/false, rename to try_to_unlazy_child().

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