]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - include/linux/compiler.h
Update bcachefs sources to 24bdb6fed91c bcachefs: bch2_btree_id_str()
[bcachefs-tools-debian] / include / linux / compiler.h
index 61beee94871f065bef3157ab36bd668508a8c290..577869062fe27a5602047375c4e297aeb529c710 100644 (file)
 #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)