bcachefs: Fix an include
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 25 Nov 2022 21:15:14 +0000 (16:15 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:47 +0000 (17:09 -0400)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/ec_types.h

index edd93da663c1f50b110ee764aa6df1290aa6c687..2bf26d254b2cdf53cc0f6af89ecec85e06d0327b 100644 (file)
@@ -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;