]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: remove XFS_ILOCK_RT*
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Aug 2024 18:48:01 +0000 (11:48 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 16 Aug 2024 21:54:12 +0000 (14:54 -0700)
commit440b6b1ec4e44cb1eeba95d0166e1216cf7351c9
tree9b77203f4e8dab30ba53da92d048dbd6d76e83fa
parentde926261ed75d70845776aaaf4e636c4f6eb69aa
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>
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_rtalloc.c