From 553d6f107a3e90d451fcac8a88c07746dcb340cf Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Thu, 17 Oct 2024 22:30:32 -0400 Subject: Update bcachefs sources to 1dbc147a6eb0 bcachefs: Add version check for bch_btree_ptr_v2.sectors_written validate Signed-off-by: Kent Overstreet --- include/linux/wait.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux/wait.h') diff --git a/include/linux/wait.h b/include/linux/wait.h index 4b9cbf38..d0fd3dca 100644 --- a/include/linux/wait.h +++ b/include/linux/wait.h @@ -96,6 +96,7 @@ do { \ #define wait_event_freezable(wq, condition) ({wait_event(wq, condition); 0; }) #define wait_event_killable(wq, condition) ({wait_event(wq, condition); 0; }) #define wait_event_interruptible(wq, condition) ({wait_event(wq, condition); 0; }) +#define wait_event_state(wq, condition, state) ({wait_event(wq, condition); 0; }) #define __wait_event_timeout(wq, condition, timeout) \ ___wait_event(wq, ___wait_cond_timeout(condition), \ -- cgit v1.2.3