diff options
author | Chris Mason <clm@fb.com> | 2016-09-07 12:55:36 -0700 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2016-09-07 12:55:36 -0700 |
commit | b7f3c7d345f72240055efcdf4111fb2e0d01be99 (patch) | |
tree | cc2413ebd485cb60f54c0e2720157c613b3c1fce /fs/btrfs/ctree.h | |
parent | cbd60aa7cd17d81a434234268c55192862147439 (diff) | |
parent | ce129655c9d9aaa7b3bcc46529db1b36693575ed (diff) |
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.8
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index ec4154faab61..146d1c7078ed 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -427,6 +427,7 @@ struct btrfs_space_info { struct list_head ro_bgs; struct list_head priority_tickets; struct list_head tickets; + u64 tickets_id; struct rw_semaphore groups_sem; /* for block groups in our same type */ |