commit | d3982100baeb9bed8cf931545fb0522268f526e5 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mfasheh@suse.de> | Thu Jul 17 12:39:00 2014 -0700 |
committer | Chris Mason <clm@fb.com> | Wed Sep 17 13:37:50 2014 -0700 |
tree | 4fda14d4f0721f69e284c8dd419d6d05f820f8a5 | |
parent | 443f24fee731703345e2e6eec8177bb7b7d094c6 [diff] [blame] |
btrfs: add trace for qgroup accounting We want this to debug qgroup changes on live systems. Signed-off-by: Mark Fasheh <mfasheh@suse.de> Reviewed-by: Josef Bacik <jbacik@fb.com> Signed-off-by: Chris Mason <clm@fb.com>
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index d66fbd5..3f1f4e2 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c
@@ -60,6 +60,7 @@ #include "backref.h" #include "tests/btrfs-tests.h" +#include "qgroup.h" #define CREATE_TRACE_POINTS #include <trace/events/btrfs.h>