]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitions
authorChristoph Hellwig <hch@lst.de>
Mon, 29 Jul 2024 23:22:40 +0000 (16:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:01:01 +0000 (17:01 -0700)
commit5ee532ce145ec6c3250b7b10f42da0ad07d2ea14
treee51bb2bfcd80cd8d94898acfb53f3bb1d76d3192
parent28fa72416aacfa0b93f4be94249cf33c7f22bc6b
xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitions

Source kernel commit: 330c4f94b0d73e440de3f738a625e38defe1bc15

Commit bb7b1c9c5dd3 ("xfs: tag transactions that contain intent done
items") switched the XFS_TRANS_ definitions to be bit based, and using
comments above the definitions.  As XFS_TRANS_LOWMODE was last and has
a big fat comment it was missed.  Switch it to the same style.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
libxfs/xfs_shared.h