diff options
author | Josef Bacik <josef@redhat.com> | 2011-08-08 14:03:37 -0400 |
---|---|---|
committer | Josef Bacik <josef@redhat.com> | 2011-10-19 15:12:36 -0400 |
commit | 5e962c7850c273b483acc747b41bd5cddf631049 (patch) | |
tree | c916196b6eae6c4f56dc46ca5ffad284dc6ecc78 /fs/btrfs/ctree.h | |
parent | 907cbcebd4e5f641faf08601f216b1ceb6cb3bdf (diff) |
Btrfs: kill btrfs_truncate_reserve_metadata
Since we've optimized the truncate path, we no longer require this function.
Signed-off-by: Josef Bacik <josef@redhat.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 58a06dea4791..22a9347a3908 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -2240,9 +2240,6 @@ int btrfs_block_rsv_migrate(struct btrfs_block_rsv *src_rsv, | |||
2240 | void btrfs_block_rsv_release(struct btrfs_root *root, | 2240 | void btrfs_block_rsv_release(struct btrfs_root *root, |
2241 | struct btrfs_block_rsv *block_rsv, | 2241 | struct btrfs_block_rsv *block_rsv, |
2242 | u64 num_bytes); | 2242 | u64 num_bytes); |
2243 | int btrfs_truncate_reserve_metadata(struct btrfs_trans_handle *trans, | ||
2244 | struct btrfs_root *root, | ||
2245 | struct btrfs_block_rsv *rsv); | ||
2246 | int btrfs_set_block_group_ro(struct btrfs_root *root, | 2243 | int btrfs_set_block_group_ro(struct btrfs_root *root, |
2247 | struct btrfs_block_group_cache *cache); | 2244 | struct btrfs_block_group_cache *cache); |
2248 | int btrfs_set_block_group_rw(struct btrfs_root *root, | 2245 | int btrfs_set_block_group_rw(struct btrfs_root *root, |