]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/six.c
Update bcachefs sources to f9c612bbf82d bcachefs: Fixes for building in userspace
[bcachefs-tools-debian] / libbcachefs / six.c
index 14cffa68d7222efa083266834a5e3223c6900370..458a1de0a6e39c89bb6840be729a4fc3f2a52ec5 100644 (file)
@@ -31,7 +31,6 @@ static void do_six_unlock_type(struct six_lock *lock, enum six_lock_type type);
 #define SIX_LOCK_HELD_intent           (1U << 26)
 #define SIX_LOCK_HELD_write            (1U << 27)
 #define SIX_LOCK_WAITING_read          (1U << (28 + SIX_LOCK_read))
-#define SIX_LOCK_WAITING_intent                (1U << (28 + SIX_LOCK_intent))
 #define SIX_LOCK_WAITING_write         (1U << (28 + SIX_LOCK_write))
 #define SIX_LOCK_NOSPIN                        (1U << 31)