commit | 6a8126f077f9d1f33613c9fa3dbd9a6774c6c4dd | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Aug 14 17:38:21 2024 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Oct 09 11:28:55 2024 -0400 |
tree | 6297e306d0ce5f4156de070d80fb3c3ea6bb68e8 | |
parent | b8ea429d7249253ec1fe90dffc648f0668d12385 [diff] |
expand_files(): simplify calling conventions All callers treat 0 and 1 returned by expand_files() in the same way now since the call in alloc_fd() had been made conditional. Just make it return 0 on success and be done with it... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>