+1
−0
fs/xfs/libxfs/xfs_rtgroup.c
0 → 100644
+151
−0
fs/xfs/libxfs/xfs_rtgroup.h
0 → 100644
+217
−0
+13
−0
Loading
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> Reviewed-by:
Christoph Hellwig <hch@lst.de>