]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: hoist extent size helpers to libxfs
authorDarrick J. Wong <djwong@kernel.org>
Wed, 29 May 2024 04:10:40 +0000 (21:10 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:16:59 +0000 (17:16 -0700)
commit79d4ab47ee6370e3bcc1d5ed00b1336c4846f22d
treeb3e079a72a62131492d4167a8b7a80a0700d8d9f
parent7a58311de0fc1be8231f6e244b4ca984c67c6a8b
xfs: hoist extent size helpers to libxfs

Move the extent size helpers to xfs_bmap.c in libxfs since they're used
there already.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_bmap.c
fs/xfs/libxfs/xfs_bmap.h
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_iops.c