commit | abb7c742397324f8676c5b622effdce911cd52e3 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Jan 19 20:05:43 2023 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jan 19 23:24:42 2023 -0500 |
tree | 7ed6e6848e00b5e2d5f1e826b3752374f2a44933 | |
parent | 83005276d383387fec7e18c7a36daade579a23a7 [diff] |
sysv: fix handling of delete_entry and set_link failures similar to minixfs series - make sysv_set_link() report failures, lift dir_put_page() into the callers of sysv_set_link() and sysv_delete_entry(), make sysv_rename() handle failures in both. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>