summaryrefslogtreecommitdiff
path: root/fs/bcachefs/ec_types.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2022-11-26 00:15:14 +0300
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-23 00:09:47 +0300
commitb6804b6103263417994602482e9186fb3697a3e6 (patch)
treefde43628920547856a798dd6200f90af7a74bb2c /fs/bcachefs/ec_types.h
parent42fab2695bfea686dc5eef92da0b4ce3277484a0 (diff)
downloadlinux-b6804b6103263417994602482e9186fb3697a3e6.tar.xz
bcachefs: Fix an include
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/ec_types.h')
-rw-r--r--fs/bcachefs/ec_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/ec_types.h b/fs/bcachefs/ec_types.h
index edd93da663c1..2bf26d254b2c 100644
--- a/fs/bcachefs/ec_types.h
+++ b/fs/bcachefs/ec_types.h
@@ -2,7 +2,7 @@
#ifndef _BCACHEFS_EC_TYPES_H
#define _BCACHEFS_EC_TYPES_H
-#include <linux/llist.h>
+#include "bcachefs_format.h"
struct bch_replicas_padded {
struct bch_replicas_entry e;