aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.h
diff options
context:
space:
mode:
authorLi Zefan <lizf@cn.fujitsu.com>2011-03-02 16:50:21 +0800
committerLi Zefan <lizf@cn.fujitsu.com>2011-04-25 16:45:59 +0800
commit92c423118105e1c8c1587367a26eeb3277bda89a (patch)
treefff00ab60c0e2b82b0ab5a997ce311e13390bfa9 /fs/btrfs/free-space-cache.h
parentf65647c29b14f5a32ff6f3237b0ef3b375ed5a79 (diff)
downloadkernel_samsung_smdk4412-92c423118105e1c8c1587367a26eeb3277bda89a.zip
kernel_samsung_smdk4412-92c423118105e1c8c1587367a26eeb3277bda89a.tar.gz
kernel_samsung_smdk4412-92c423118105e1c8c1587367a26eeb3277bda89a.tar.bz2
Btrfs: Remove unused btrfs_block_group_free_space()
We've already recorded the value in block_group->frees_space. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Diffstat (limited to 'fs/btrfs/free-space-cache.h')
-rw-r--r--fs/btrfs/free-space-cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/free-space-cache.h b/fs/btrfs/free-space-cache.h
index 65c3b93..12b2b51 100644
--- a/fs/btrfs/free-space-cache.h
+++ b/fs/btrfs/free-space-cache.h
@@ -55,7 +55,6 @@ u64 btrfs_find_space_for_alloc(struct btrfs_block_group_cache *block_group,
u64 offset, u64 bytes, u64 empty_size);
void btrfs_dump_free_space(struct btrfs_block_group_cache *block_group,
u64 bytes);
-u64 btrfs_block_group_free_space(struct btrfs_block_group_cache *block_group);
int btrfs_find_space_cluster(struct btrfs_trans_handle *trans,
struct btrfs_root *root,
struct btrfs_block_group_cache *block_group,