]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7777ade58c558b3b639a7740842ec583e03852c5
treeeac128e111c3f830bb45f19c81e1927a26ebb7f4
parent12040c4c6ab494cc0a84b69a639b5814650a8069
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