|
|
@@ -3470,6 +3470,7 @@ struct btrfs_block_rsv *btrfs_alloc_block_rsv(struct btrfs_root *root,
|
|
|
unsigned short type);
|
|
|
void btrfs_free_block_rsv(struct btrfs_root *root,
|
|
|
struct btrfs_block_rsv *rsv);
|
|
|
+void __btrfs_free_block_rsv(struct btrfs_block_rsv *rsv);
|
|
|
int btrfs_block_rsv_add(struct btrfs_root *root,
|
|
|
struct btrfs_block_rsv *block_rsv, u64 num_bytes,
|
|
|
enum btrfs_reserve_flush_enum flush);
|