summaryrefslogtreecommitdiff
path: root/libbcachefs/util.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2018-10-12 14:55:27 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2018-10-12 15:10:26 -0400
commit55fbb25501330038e1714905b9ddeb25d875c11c (patch)
treececfd15e26bfd60d95eea8a373e42337239e7c8c /libbcachefs/util.h
parent0268bec14bcf64b25b5dd75a470be8e85cbe676d (diff)
Update bcachefs sources to d7f6da1d60 bcachefs: fix missing include
Diffstat (limited to 'libbcachefs/util.h')
-rw-r--r--libbcachefs/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbcachefs/util.h b/libbcachefs/util.h
index 487591c..178bf98 100644
--- a/libbcachefs/util.h
+++ b/libbcachefs/util.h
@@ -383,7 +383,6 @@ static inline void bch2_ratelimit_reset(struct bch_ratelimit *d)
u64 bch2_ratelimit_delay(struct bch_ratelimit *);
void bch2_ratelimit_increment(struct bch_ratelimit *, u64);
-int bch2_ratelimit_wait_freezable_stoppable(struct bch_ratelimit *);
struct bch_pd_controller {
struct bch_ratelimit rate;