diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 42b03c4ee494..17ad92c29cfd 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -845,7 +845,6 @@ struct btrfs_fs_info { | |||
845 | atomic_t async_submit_draining; | 845 | atomic_t async_submit_draining; |
846 | atomic_t nr_async_bios; | 846 | atomic_t nr_async_bios; |
847 | atomic_t async_delalloc_pages; | 847 | atomic_t async_delalloc_pages; |
848 | atomic_t async_caching_threads; | ||
849 | 848 | ||
850 | /* | 849 | /* |
851 | * this is used by the balancing code to wait for all the pending | 850 | * this is used by the balancing code to wait for all the pending |
@@ -1926,7 +1925,7 @@ int btrfs_run_delayed_refs(struct btrfs_trans_handle *trans, | |||
1926 | struct btrfs_root *root, unsigned long count); | 1925 | struct btrfs_root *root, unsigned long count); |
1927 | int btrfs_lookup_extent(struct btrfs_root *root, u64 start, u64 len); | 1926 | int btrfs_lookup_extent(struct btrfs_root *root, u64 start, u64 len); |
1928 | int btrfs_update_pinned_extents(struct btrfs_root *root, | 1927 | int btrfs_update_pinned_extents(struct btrfs_root *root, |
1929 | u64 bytenr, u64 num, int pin, int mark_free); | 1928 | u64 bytenr, u64 num, int pin); |
1930 | int btrfs_drop_leaf_ref(struct btrfs_trans_handle *trans, | 1929 | int btrfs_drop_leaf_ref(struct btrfs_trans_handle *trans, |
1931 | struct btrfs_root *root, struct extent_buffer *leaf); | 1930 | struct btrfs_root *root, struct extent_buffer *leaf); |
1932 | int btrfs_cross_ref_exist(struct btrfs_trans_handle *trans, | 1931 | int btrfs_cross_ref_exist(struct btrfs_trans_handle *trans, |
@@ -2011,7 +2010,7 @@ void btrfs_delalloc_reserve_space(struct btrfs_root *root, struct inode *inode, | |||
2011 | u64 bytes); | 2010 | u64 bytes); |
2012 | void btrfs_delalloc_free_space(struct btrfs_root *root, struct inode *inode, | 2011 | void btrfs_delalloc_free_space(struct btrfs_root *root, struct inode *inode, |
2013 | u64 bytes); | 2012 | u64 bytes); |
2014 | void btrfs_free_super_mirror_extents(struct btrfs_fs_info *info); | 2013 | void btrfs_free_pinned_extents(struct btrfs_fs_info *info); |
2015 | /* ctree.c */ | 2014 | /* ctree.c */ |
2016 | int btrfs_bin_search(struct extent_buffer *eb, struct btrfs_key *key, | 2015 | int btrfs_bin_search(struct extent_buffer *eb, struct btrfs_key *key, |
2017 | int level, int *slot); | 2016 | int level, int *slot); |