]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: define locking primitives for realtime groups
authorDarrick J. Wong <djwong@kernel.org>
Tue, 7 Mar 2023 03:55:24 +0000 (19:55 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 22 Nov 2023 23:03:33 +0000 (15:03 -0800)
commitcdb1cfec681934ba3f34a85fa645f940aa3e9314
tree6f2d5eb7dbd78b77b1a33f4fa80bcd0d7ac6a8e0
parent9f2a84feec6b3367b1fd8001378d23f6bd32fd20
xfs: define locking primitives for realtime groups

Define helper functions to lock all metadata inodes related to a
realtime group.  There's not much to look at now, but this will become
important when we add per-rtgroup metadata files and online fsck code
for them.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/xfs_rtgroup.c
libxfs/xfs_rtgroup.h