From: Darrick J. Wong Date: Thu, 21 Nov 2024 00:24:25 +0000 (-0800) Subject: libxfs: remove XFS_ILOCK_RT* X-Git-Tag: v6.13.0~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4d205f82842f2ea01645ec36f96717aaee387d9;p=thirdparty%2Fxfsprogs-dev.git libxfs: 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" Reviewed-by: Christoph Hellwig --- diff --git a/libxfs/libxfs_priv.h b/libxfs/libxfs_priv.h index 1fc9c784..dd24bdc2 100644 --- a/libxfs/libxfs_priv.h +++ b/libxfs/libxfs_priv.h @@ -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)