]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: convert "skip_discard" to a proper flags bitset
authorDarrick J. Wong <djwong@kernel.org>
Wed, 2 Oct 2024 01:16:41 +0000 (18:16 -0700)
committerAndrey Albershteyn <aalbersh@redhat.com>
Fri, 4 Oct 2024 10:42:07 +0000 (12:42 +0200)
commitad2fb6bca5168113d4d21cb6c29eea597ad52cf2
treed8b446b22425fe9db49bb0cc2f0f691c2e40044e
parent9cebfe7aacb37c8b4f655578dcc4d3c83f02897e
xfs: convert "skip_discard" to a proper flags bitset

Source kernel commit: 980faece91a60c279e7c24cb1d1a378bbbb74bb9

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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
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