aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index fe16474fabf3..2e04c9d6f21d 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -439,6 +439,8 @@ struct btrfs_space_info {
439 struct list_head list; 439 struct list_head list;
440 /* Protected by the spinlock 'lock'. */ 440 /* Protected by the spinlock 'lock'. */
441 struct list_head ro_bgs; 441 struct list_head ro_bgs;
442 struct list_head priority_tickets;
443 struct list_head tickets;
442 444
443 struct rw_semaphore groups_sem; 445 struct rw_semaphore groups_sem;
444 /* for block groups in our same type */ 446 /* for block groups in our same type */