summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/alloc_foreground.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2018-10-12 14:57:57 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-22 17:08:10 -0400
commitdeb3318b0ea4b288431f09f8dbcf5de90a14b27b (patch)
treec4e6cf642aa47a33966183fb048d510d8024edec /fs/bcachefs/alloc_foreground.h
parent6278a46da3b39dee17d067a9634c3c68051e916e (diff)
downloadlinux-deb3318b0ea4b288431f09f8dbcf5de90a14b27b.tar.gz
linux-deb3318b0ea4b288431f09f8dbcf5de90a14b27b.tar.bz2
linux-deb3318b0ea4b288431f09f8dbcf5de90a14b27b.zip
bcachefs: fix missing include
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/alloc_foreground.h')
-rw-r--r--fs/bcachefs/alloc_foreground.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/bcachefs/alloc_foreground.h b/fs/bcachefs/alloc_foreground.h
index 609685d08642..636fe686dc48 100644
--- a/fs/bcachefs/alloc_foreground.h
+++ b/fs/bcachefs/alloc_foreground.h
@@ -5,6 +5,8 @@
#include "bcachefs.h"
#include "alloc_types.h"
+#include <linux/hash.h>
+
struct bkey;
struct bch_dev;
struct bch_fs;