diff options
author | Chris Webb <chris@arachsys.com> | 2023-12-09 14:15:08 +0000 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-09 23:28:58 -0500 |
commit | 0d401928b876d75ea6f85a4e305f945d946adde4 (patch) | |
tree | 32984a0e8417c0ae2c8ba88b3bce12d3fbb37b5f /cmd_kill_btree_node.c | |
parent | 872cd437e7b5a15c928e094710a7022184ab0217 (diff) |
bcachefs-tools: Guard the __struct_group() #define in kernel.h
Our include/linux/byteorder.h uses the system <asm/byteorder.h>
because we don't provide our own in include/asm. This then pulls in
system <linux/stddef.h> which defines __struct_group. That definition
collides with the unconditional #define __struct_group in our local
include/linux/kernel.h, provoking preprocessor warnings.
Signed-off-by: Chris Webb <chris@arachsys.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'cmd_kill_btree_node.c')
0 files changed, 0 insertions, 0 deletions