]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: define locking primitives for realtime groups
authorDarrick J. Wong <djwong@kernel.org>
Wed, 7 Aug 2024 23:04:01 +0000 (16:04 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 16 Aug 2024 21:57:31 +0000 (14:57 -0700)
commit6a39d20e5b7b126409766499f4dfd4294a14e19d
treed3a3eedcb5a7bdaf755ee5f78923dca2b8f3cfc9
parent609dec983d8292f649381b121a1fd0e928aa5d03
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