diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2019-01-14 00:38:47 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:08:14 -0400 |
commit | 000de45996c4b0f9a7b4f2830c11ed584f473257 (patch) | |
tree | 8f0fa373b2770c0acfac23ee8cce7931b2684fbd /fs/bcachefs/util.h | |
parent | ed4840308c9bd3f70e395bd6e37a410a96dcd883 (diff) |
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.h | 1 |
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> |