commit | 8152f8201088350c76bb9685cd5990dd51d59aff | [log] [tgz] |
---|---|---|
author | Al Viro <[email protected]> | Fri Jul 19 21:19:02 2024 -0400 |
committer | Al Viro <[email protected]> | Sun Nov 03 01:28:06 2024 -0500 |
tree | d8c16f772fd79b751e19b29d420b6818239c94e6 | |
parent | 6348be02eead77bdd1562154ed6b3296ad3b3750 [diff] |
fdget(), more trivial conversions all failure exits prior to fdget() leave the scope, all matching fdput() are immediately followed by leaving the scope. [xfs_ioc_commit_range() chunk moved here as well] Reviewed-by: Christian Brauner <[email protected]> Signed-off-by: Al Viro <[email protected]>