diff options
| author | Darrick J. Wong <[email protected]> | 2024-11-04 04:19:24 +0000 |
|---|---|---|
| committer | Darrick J. Wong <[email protected]> | 2024-11-05 21:38:41 +0000 |
| commit | ee321351487ae00db147d570c8c2a43e10207386 (patch) | |
| tree | 8adc9d12b581d5fb0dee5bd590d5f2ab59254ff8 /fs/xfs/libxfs/xfs_shared.h | |
| parent | xfs: encode the rtsummary in big endian format (diff) | |
| download | kernel-ee321351487ae00db147d570c8c2a43e10207386.tar.gz kernel-ee321351487ae00db147d570c8c2a43e10207386.zip | |
xfs: grow the realtime section when realtime groups are enabled
Enable growing the rt section when realtime groups are enabled.
Signed-off-by: Darrick J. Wong <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Diffstat (limited to 'fs/xfs/libxfs/xfs_shared.h')
| -rw-r--r-- | fs/xfs/libxfs/xfs_shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/libxfs/xfs_shared.h b/fs/xfs/libxfs/xfs_shared.h index 9363f918675a..e7efdb9ceaf3 100644 --- a/fs/xfs/libxfs/xfs_shared.h +++ b/fs/xfs/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 |
