summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorJosef Bacik <josef@redhat.com>2011-08-08 12:50:18 -0400
committerJosef Bacik <josef@redhat.com>2011-10-19 15:12:34 -0400
commitdabdb6408cb801644fa613c7432da012640b348c (patch)
tree846978b48af90315b14bf984d0b0a55a962eff6b /fs/btrfs/ctree.h
parent6ab60601d518d563ca1a47eaa399096e69d3b64a (diff)
downloadlinux-3.10-dabdb6408cb801644fa613c7432da012640b348c.tar.gz
linux-3.10-dabdb6408cb801644fa613c7432da012640b348c.tar.bz2
linux-3.10-dabdb6408cb801644fa613c7432da012640b348c.zip
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>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index c5ceba4078c..58a06dea479 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -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;
};