Btrfs: kill unused parts of block_rsv

The priority and refill_used flags are not used anymore, and neither is the
usage counter, so just remove them from btrfs_block_rsv.

Signed-off-by: Josef Bacik <josef@redhat.com>
This commit is contained in:
Josef Bacik
2011-08-08 12:50:18 -04:00
parent 6ab60601d5
commit dabdb6408c
3 changed files with 6 additions and 22 deletions

View File

@@ -774,9 +774,6 @@ struct btrfs_block_rsv {
u64 reserved;
struct btrfs_space_info *space_info;
spinlock_t lock;
atomic_t usage;
unsigned int priority:8;
unsigned int refill_used:1;
unsigned int full:1;
};