summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 0049fe0f3f74..76e4983b39ea 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -3056,6 +3056,8 @@ static inline u64 btrfs_calc_trunc_metadata_size(struct btrfs_root *root,
3056 num_items; 3056 num_items;
3057} 3057}
3058 3058
3059int btrfs_should_throttle_delayed_refs(struct btrfs_trans_handle *trans,
3060 struct btrfs_root *root);
3059void btrfs_put_block_group(struct btrfs_block_group_cache *cache); 3061void btrfs_put_block_group(struct btrfs_block_group_cache *cache);
3060int btrfs_run_delayed_refs(struct btrfs_trans_handle *trans, 3062int btrfs_run_delayed_refs(struct btrfs_trans_handle *trans,
3061 struct btrfs_root *root, unsigned long count); 3063 struct btrfs_root *root, unsigned long count);