summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorJosef Bacik2013-09-17 17:02:25 +0200
committerChris Mason2013-09-21 17:05:27 +0200
commit363e4d354e51558629d13c5ae456f98c4b209576 (patch)
treedc6a3af2154f8737af81df6ce1d74334cb1d6844 /fs/btrfs/ctree.h
parentBtrfs: kill delay_iput arg to the wait_ordered functions (diff)
downloadkernel-qcow2-linux-363e4d354e51558629d13c5ae456f98c4b209576.tar.gz
kernel-qcow2-linux-363e4d354e51558629d13c5ae456f98c4b209576.tar.xz
kernel-qcow2-linux-363e4d354e51558629d13c5ae456f98c4b209576.zip
Btrfs: remove space_info->reservation_progress
This isn't used for anything anymore, just remove it. Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 36490b92ee33..0506f40ede83 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -1118,15 +1118,6 @@ struct btrfs_space_info {
*/
struct percpu_counter total_bytes_pinned;
- /*
- * we bump reservation progress every time we decrement
- * bytes_reserved. This way people waiting for reservations
- * know something good has happened and they can check
- * for progress. The number here isn't to be trusted, it
- * just shows reclaim activity
- */
- unsigned long reservation_progress;
-
unsigned int full:1; /* indicates that we cannot allocate any more
chunks for this space */
unsigned int chunk_alloc:1; /* set if we are allocating a chunk */