From: Darrick J. Wong Date: Mon, 25 Nov 2024 21:14:23 +0000 (-0800) Subject: xfs: grow the realtime section when realtime groups are enabled X-Git-Tag: v6.13.0~109 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c643e707d31100858b40612da54d26dbbefc1307;p=thirdparty%2Fxfsprogs-dev.git xfs: grow the realtime section when realtime groups are enabled Source kernel commit: ee321351487ae00db147d570c8c2a43e10207386 Enable growing the rt section when realtime groups are enabled. Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig --- diff --git a/libxfs/xfs_shared.h b/libxfs/xfs_shared.h index 9363f918..e7efdb9c 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