summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2020-06-13 19:31:38 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2020-06-13 19:31:58 -0400
commit5ac3165cfa1900194faca48959377100a7131d50 (patch)
treecce70f4012e40ed04bfc8bfec15fe98e0558e446
parent5a3079c3ec4e41bef567a5c285f59abfa4a61855 (diff)
fixup! fixup! bcachefs: Hacky io-in-flight throttling
-rw-r--r--fs/bcachefs/bcachefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/bcachefs.h b/fs/bcachefs/bcachefs.h
index 1adea7910883..bf03789783cd 100644
--- a/fs/bcachefs/bcachefs.h
+++ b/fs/bcachefs/bcachefs.h
@@ -190,6 +190,7 @@
#include <linux/percpu-rwsem.h>
#include <linux/rhashtable.h>
#include <linux/rwsem.h>
+#include <linux/semaphore.h>
#include <linux/seqlock.h>
#include <linux/shrinker.h>
#include <linux/types.h>