commit | 2ca7b9d7b80810b2b45b78b8a4b4fa78a1ddc2dd | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Fri Aug 30 15:37:16 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Sun Sep 01 08:58:19 2024 -0700 |
tree | a5cf61a23b19013dab3352ad5dd547f8bc49c502 | |
parent | 516f91035c272c40a409ded7aa063e08b14dd0a6 [diff] |
xfs: move xfs_ioc_getfsmap out of xfs_ioctl.c Move this function out of xfs_ioctl.c to reduce the clutter in there, and make the entire getfsmap implementation self-contained in a single file. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>