]> www.infradead.org Git - users/hch/xfsprogs.git/commitdiff
xfs: remove XFS_ILOCK_RT*
authorDarrick J. Wong <djwong@kernel.org>
Wed, 29 May 2024 04:11:10 +0000 (21:11 -0700)
committerChristoph Hellwig <hch@lst.de>
Tue, 6 Aug 2024 12:53:49 +0000 (05:53 -0700)
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>
libxfs/libxfs_priv.h

index cdbaeb74c52fb038123f8174c819a22a2a285ea6..2360b4f7dfce62402bb9081f7b42c8a9756e89ab 100644 (file)
@@ -178,8 +178,6 @@ enum ce { CE_DEBUG, CE_CONT, CE_NOTE, CE_WARN, CE_ALERT, CE_PANIC };
 #define XFS_ERRLEVEL_LOW               1
 #define XFS_ILOCK_EXCL                 0
 #define XFS_ILOCK_SHARED               0
-#define XFS_ILOCK_RTBITMAP             0
-#define XFS_ILOCK_RTSUM                        0
 #define XFS_IOLOCK_EXCL                        0
 #define XFS_STATS_INC(mp, count)       do { (mp) = (mp); } while (0)
 #define XFS_STATS_DEC(mp, count, x)    do { (mp) = (mp); } while (0)