btrfs: alloc_reserved_file_extent trace point should use extent_root
authorJeff Mahoney <jeffm@suse.com>
Wed, 22 Jun 2016 22:54:27 +0000 (18:54 -0400)
committerDavid Sterba <dsterba@suse.com>
Tue, 6 Dec 2016 15:06:57 +0000 (16:06 +0100)
commit2b2e27eb9230686a0e8d933b2933327a5c88671a
treeeac128e111c3f830bb45f19c81e1927a26ebb7f4
parent5112febbc772830f8b1a981570d75c8cb4b93a36
btrfs: alloc_reserved_file_extent trace point should use extent_root

Even though a separate root is passed in, we're still operating on the
extent root.  Let's use that for the trace point.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c