summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorQu Wenruo2015-04-17 04:23:16 +0200
committerChris Mason2015-06-10 18:26:11 +0200
commite69bcee37692f5d8c557335ddd2444cb4afe0005 (patch)
tree6a312694f6ad3a2534a769d1a8b19c63c5a4bebb /fs/btrfs/ctree.h
parentbtrfs: qgroup: Switch self test to extent-oriented qgroup mechanism. (diff)
downloadkernel-qcow2-linux-e69bcee37692f5d8c557335ddd2444cb4afe0005.tar.gz
kernel-qcow2-linux-e69bcee37692f5d8c557335ddd2444cb4afe0005.tar.xz
kernel-qcow2-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.h2
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 */