]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: add a xfs_rtbno_is_group_start helper xfs-group-geometry
authorChristoph Hellwig <hch@lst.de>
Wed, 2 Oct 2024 07:21:41 +0000 (09:21 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 2 Oct 2024 07:25:25 +0000 (09:25 +0200)
commitfebd3ec6dcc485e0086767068a2a371b6fe7fb89
tree48596ea73fb01669222825e4873868b7c0ac8180
parentdc682d8b259087d1fcbfabf5fcd06001d974600e
xfs: add a xfs_rtbno_is_group_start helper

Make the boundary condition flag more clear and implement it by
a single masking operation.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_rtgroup.h
fs/xfs/xfs_iomap.c