diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2019-01-13 20:36:38 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2019-01-13 20:53:25 -0500 |
commit | 47bd483d27ec13418978b24ec5951661d564ba35 (patch) | |
tree | fabe089ee891dc1b01ab2f3b7bc8cb1416d3a78a /include/linux/compiler.h | |
parent | 0229719228b4bb76d3ead49731d0f2e1308cd310 (diff) |
Update bcachefs sources to ef60854e99 bcachefs: More allocator startup improvements
Diffstat (limited to 'include/linux/compiler.h')
-rw-r--r-- | include/linux/compiler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/compiler.h b/include/linux/compiler.h index 915a6f88..2bfbfadb 100644 --- a/include/linux/compiler.h +++ b/include/linux/compiler.h @@ -34,6 +34,7 @@ #define __maybe_unused __attribute__((unused)) #define __always_unused __attribute__((unused)) #define __packed __attribute__((__packed__)) +#define __flatten __attribute__((flatten)) #define __force #define __nocast #define __iomem |