From: Darrick J. Wong Date: Mon, 5 Aug 2024 18:08:10 +0000 (-0700) Subject: xfs: grow the realtime section when realtime groups are enabled X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=150ce82832ce27d8bb29bb31d65d168b6ff2aa44;p=users%2Fhch%2Fxfsprogs.git xfs: grow the realtime section when realtime groups are enabled Source kernel commit: 44d787858eaf22fbc930e3cadc2228f4ffcf2c3a Enable growing the rt section when realtime groups are enabled. Signed-off-by: Darrick J. Wong Signed-off-by: Christoph Hellwig --- diff --git a/libxfs/xfs_shared.h b/libxfs/xfs_shared.h index 4f5f1d352..b6e56daa6 100644 --- a/libxfs/xfs_shared.h +++ b/libxfs/xfs_shared.h @@ -160,6 +160,7 @@ void xfs_log_get_max_trans_res(struct xfs_mount *mp, #define XFS_TRANS_SB_RBLOCKS 0x00000800 #define XFS_TRANS_SB_REXTENTS 0x00001000 #define XFS_TRANS_SB_REXTSLOG 0x00002000 +#define XFS_TRANS_SB_RGCOUNT 0x00004000 /* * Here we centralize the specification of XFS meta-data buffer reference count