commit | ae66db45fd309fd1c6d4e846dfc8414dfec7d6ad | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Jan 04 00:08:41 2021 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jan 04 11:41:40 2021 -0500 |
tree | e2a9ebfd70448517abdbcea2fec810b36eaaee82 | |
parent | e36cffed20a324e116f329a94061ae30dd26fb51 [diff] |
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>