diff options
author | Qu Wenruo <quwenruo@cn.fujitsu.com> | 2015-04-17 04:23:16 +0200 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2015-06-10 18:26:11 +0200 |
commit | e69bcee37692f5d8c557335ddd2444cb4afe0005 (patch) | |
tree | 6a312694f6ad3a2534a769d1a8b19c63c5a4bebb /fs/btrfs/ctree.h | |
parent | btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism. (diff) | |
download | linux-e69bcee37692f5d8c557335ddd2444cb4afe0005.tar.xz linux-e69bcee37692f5d8c557335ddd2444cb4afe0005.zip |
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 { /* list of dirty qgroups to be written at next commit */ struct list_head dirty_qgroups; - /* used by btrfs_qgroup_record_ref for an efficient tree traversal */ + /* used by qgroup for an efficient tree traversal */ u64 qgroup_seq; /* qgroup rescan items */ |