saner calling conventions for unlazy_child()
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 4 Jan 2021 05:08:41 +0000 (00:08 -0500)
committerJens Axboe <axboe@kernel.dk>
Fri, 23 Dec 2022 14:09:58 +0000 (07:09 -0700)
commit2f065a20a2d0b75c25a9125f452991049dcd4205
tree53fade0dad0a7faa5fbf9c4ed56be871c67d8376
parent4d95aa07b6f1059990366f88112c48f217fbbc5d
saner calling conventions for unlazy_child()

[ Upstream commit ae66db45fd309fd1c6d4e846dfc8414dfec7d6ad ]

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