]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: define locking primitives for realtime groups
authorDarrick J. Wong <djwong@kernel.org>
Tue, 9 Jan 2024 17:39:56 +0000 (09:39 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 10 Apr 2024 00:21:38 +0000 (17:21 -0700)
commit0782be1e01476043f07956df311175e814d20ff5
treebe1d172464b17f53faaec43310401ca5e2d973a0
parent61394de8163d4ad5a45a1c60c7ad1732dd5581dc
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