commit | 71ff6437c23643bfc0e8f0015538adefb30eec04 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Tue Sep 06 16:00:42 2016 -0400 |
committer | David Sterba <dsterba@suse.com> | Tue Dec 06 16:06:59 2016 +0100 |
tree | 7a563a83b7c81440da904562d3c4ba926d2a6e75 | |
parent | ccdf9b305a49875d49dbaec6f8d2440abb0b1994 [diff] |
btrfs: convert extent-tree tracepoints to use fs_info The extent-tree tracepoints all operate on the extent root, regardless of which root is passed in. Let's just use the extent root objectid instead. If it turns out that nobody is depending on the format of this tracepoint, we can drop the root printing entirely. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>