]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
bcachefs: fix missing include
authorKent Overstreet <kent.overstreet@gmail.com>
Fri, 12 Oct 2018 18:57:57 +0000 (14:57 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:10 +0000 (17:08 -0400)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/alloc_foreground.h

index 609685d08642b66c4e82bdafde9a3bbd7e48f883..636fe686dc481370ee970dd67ab0fe7d16c81280 100644 (file)
@@ -5,6 +5,8 @@
 #include "bcachefs.h"
 #include "alloc_types.h"
 
+#include <linux/hash.h>
+
 struct bkey;
 struct bch_dev;
 struct bch_fs;