diff options
author | Qu Wenruo <quwenruo@cn.fujitsu.com> | 2015-04-16 22:23:16 -0400 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2015-06-10 12:26:11 -0400 |
commit | e69bcee37692f5d8c557335ddd2444cb4afe0005 (patch) | |
tree | 6a312694f6ad3a2534a769d1a8b19c63c5a4bebb /fs/btrfs/ctree.h | |
parent | 442244c9633292a147ab2b29e7007a7c8a3909b2 (diff) |
btrfs: qgroup: Cleanup the old ref_node-oriented mechanism.
Goodbye, the old mechanisim.
Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 881549a35fca..0498f5cd8752 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -1736,7 +1736,7 @@ struct btrfs_fs_info { | |||
1736 | /* list of dirty qgroups to be written at next commit */ | 1736 | /* list of dirty qgroups to be written at next commit */ |
1737 | struct list_head dirty_qgroups; | 1737 | struct list_head dirty_qgroups; |
1738 | 1738 | ||
1739 | /* used by btrfs_qgroup_record_ref for an efficient tree traversal */ | 1739 | /* used by qgroup for an efficient tree traversal */ |
1740 | u64 qgroup_seq; | 1740 | u64 qgroup_seq; |
1741 | 1741 | ||
1742 | /* qgroup rescan items */ | 1742 | /* qgroup rescan items */ |