commit | 980faece91a60c279e7c24cb1d1a378bbbb74bb9 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Jul 02 11:22:51 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Jul 02 11:37:01 2024 -0700 |
tree | ebecd9c0e142df87fa91a4667620946b1233da03 | |
parent | 4e0e2c0fe35b44cd4db6a138ed4316178ed60b5c [diff] |
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> Reviewed-by: Christoph Hellwig <hch@lst.de>