From 2252eecec7e072dfdc66cfea6da0ee6ed648a858 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Thu, 19 Oct 2023 22:52:02 -0400 Subject: Update bcachefs sources to 24bdb6fed91c bcachefs: bch2_btree_id_str() Signed-off-by: Kent Overstreet --- include/linux/compiler.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/linux/compiler.h') diff --git a/include/linux/compiler.h b/include/linux/compiler.h index 61beee94..57786906 100644 --- a/include/linux/compiler.h +++ b/include/linux/compiler.h @@ -66,7 +66,10 @@ #define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) #define fallthrough __attribute__((__fallthrough__)) #define __noreturn __attribute__((__noreturn__)) + +#ifndef __counted_by #define __counted_by(nr) +#endif #define ___PASTE(a,b) a##b #define __PASTE(a,b) ___PASTE(a,b) -- cgit v1.2.3