]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: convert "skip_discard" to a proper flags bitset
authorDarrick J. Wong <djwong@kernel.org>
Tue, 7 Mar 2023 03:55:41 +0000 (19:55 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 22 Nov 2023 23:03:36 +0000 (15:03 -0800)
commit2d52f2cb6a289af500f01c9bf18e3ea8d30c26f9
tree89d1ba3416d55f304eb886bd91a818a561469fe9
parent900a4f96bc0ffb293e198ef078c1f8bd626fbec2
xfs: convert "skip_discard" to a proper flags bitset

Convert the boolean to skip discard on free into a proper flags field so
that we can add more flags in the next patch.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/xfs_ag.c
libxfs/xfs_alloc.c
libxfs/xfs_alloc.h
libxfs/xfs_bmap.c
libxfs/xfs_bmap_btree.c
libxfs/xfs_ialloc.c
libxfs/xfs_ialloc_btree.c
libxfs/xfs_refcount.c
libxfs/xfs_refcount_btree.c
repair/bulkload.c