]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: create incore realtime group structures
authorDarrick J. Wong <djwong@kernel.org>
Wed, 7 Aug 2024 23:04:00 +0000 (16:04 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 16 Aug 2024 21:57:31 +0000 (14:57 -0700)
commit49115f0cf944da1222f3a5ce49fb1ad3fbdd3f2b
treef8c4aff7f2e1b1f8637dc6191d6c0af5d7bf6a18
parentf58aaf3ef7edc9ffc226d87635a36633f514531c
xfs: create incore realtime group structures

Create an incore object that will contain information about a realtime
allocation group.  This will eventually enable us to shard the realtime
section in a similar manner to how we shard the data section, but for
now just a single object for the entire RT subvolume is created.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/xfs_format.h
libxfs/xfs_rtgroup.c [new file with mode: 0644]
libxfs/xfs_rtgroup.h [new file with mode: 0644]
libxfs/xfs_sb.c
libxfs/xfs_types.h