]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: remove XFS_ILOCK_RT*
authorDarrick J. Wong <djwong@kernel.org>
Mon, 4 Nov 2024 04:19:11 +0000 (20:19 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:38:37 +0000 (13:38 -0800)
commitc1442d22a02ac37b0fdfdbfc2bb1e5c2c6673df5
treef76058ca86a6e3d61ebc832a3786ecc8a64580f6
parentae897e0bed0f5461a6b1c3259c7d899759ba2a62
xfs: remove XFS_ILOCK_RT*

Now that we've centralized the realtime metadata locking routines, get
rid of the ILOCK subclasses since we now use explicit lockdep classes.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_rtalloc.c