]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_io: don't re-query fs_path information in fsmap_f
authorChristoph Hellwig <hch@lst.de>
Mon, 14 Apr 2025 05:36:21 +0000 (07:36 +0200)
committerAndrey Albershteyn <aalbersh@kernel.org>
Tue, 29 Apr 2025 16:11:09 +0000 (18:11 +0200)
commit5e169f3d0afef62b76f581327df9990b5e5b285f
treea3ddb6f0d5e47503b28317025b593e2a448c6132
parent551948d6e6eaf401dbbfce985b2628bdc2233710
xfs_io: don't re-query fs_path information in fsmap_f

Reuse the information stashed in "file" instead.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
io/fsmap.c