]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
libxfs: remove XFS_ILOCK_RT*
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:24:25 +0000 (16:24 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 24 Dec 2024 02:01:32 +0000 (18:01 -0800)
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>
libxfs/libxfs_priv.h

index 1fc9c784b0505446f4c884bdf65379a65030a9c8..dd24bdc2d169d9b36dd390eab5a88b27809d8017 100644 (file)
@@ -180,8 +180,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)