simplify xfs_find_handle() a bit
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 1 Jun 2024 06:18:39 +0000 (02:18 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 3 Nov 2024 06:28:06 +0000 (01:28 -0500)
commit0d113fcbc25c481508a5d6aabcee703fc19aae49
tree580104203f02684dbd9447d427c1bb1ad6098136
parent54dac3dacc86e388e0cd3934cf2a0b6fc7a06323
simplify xfs_find_handle() a bit

XFS_IOC_FD_TO_HANDLE can grab a reference to copied ->f_path and
let the file go; results in simpler control flow - cleanup is
the same for both "by descriptor" and "by pathname" cases.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/xfs/xfs_handle.c