diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2018-10-12 14:57:57 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:08:10 -0400 |
commit | deb3318b0ea4b288431f09f8dbcf5de90a14b27b (patch) | |
tree | c4e6cf642aa47a33966183fb048d510d8024edec /fs/bcachefs | |
parent | 6278a46da3b39dee17d067a9634c3c68051e916e (diff) | |
download | lwn-deb3318b0ea4b288431f09f8dbcf5de90a14b27b.tar.gz lwn-deb3318b0ea4b288431f09f8dbcf5de90a14b27b.zip |
bcachefs: fix missing include
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs')
-rw-r--r-- | fs/bcachefs/alloc_foreground.h | 2 |
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; |