diff options
Diffstat (limited to 'fs/bcachefs/super.h')
-rw-r--r-- | fs/bcachefs/super.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/super.h b/fs/bcachefs/super.h index 8501adaff4c2..de7b40a886ec 100644 --- a/fs/bcachefs/super.h +++ b/fs/bcachefs/super.h @@ -223,6 +223,7 @@ static inline bool is_superblock_bucket(struct bch_dev *ca, u64 b) struct bch_fs *bch2_dev_to_fs(dev_t); struct bch_fs *bch2_uuid_to_fs(uuid_le); +int bch2_congested(void *, int); bool bch2_dev_state_allowed(struct bch_fs *, struct bch_dev *, enum bch_member_state, int); |