xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitions
authorChristoph Hellwig <hch@lst.de>
Mon, 22 Apr 2024 11:20:07 +0000 (13:20 +0200)
committerChandan Babu R <chandanbabu@kernel.org>
Mon, 22 Apr 2024 12:30:47 +0000 (18:00 +0530)
commit330c4f94b0d73e440de3f738a625e38defe1bc15
tree418ad239801054a3c17e851777be1c27eb84e3f6
parent4887e53163825189c70a0db4f13b42eae8798625
xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitions

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>
fs/xfs/libxfs/xfs_shared.h