summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/util.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2019-01-14 00:38:47 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-22 17:08:14 -0400
commit000de45996c4b0f9a7b4f2830c11ed584f473257 (patch)
tree8f0fa373b2770c0acfac23ee8cce7931b2684fbd /fs/bcachefs/util.h
parented4840308c9bd3f70e395bd6e37a410a96dcd883 (diff)
downloadlinux-stable-000de45996c4b0f9a7b4f2830c11ed584f473257.tar.gz
linux-stable-000de45996c4b0f9a7b4f2830c11ed584f473257.tar.bz2
linux-stable-000de45996c4b0f9a7b4f2830c11ed584f473257.zip
bcachefs: fixes for getting stuck flushing journal pins
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/util.h')
-rw-r--r--fs/bcachefs/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/util.h b/fs/bcachefs/util.h
index 094c35f40209..8bbb0e30d07f 100644
--- a/fs/bcachefs/util.h
+++ b/fs/bcachefs/util.h
@@ -11,6 +11,7 @@
#include <linux/sched/clock.h>
#include <linux/llist.h>
#include <linux/log2.h>
+#include <linux/percpu.h>
#include <linux/ratelimit.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>