]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: pass root to various extent ref mod functions
authorJosef Bacik <josef@toxicpanda.com>
Fri, 29 Sep 2017 19:43:49 +0000 (15:43 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 30 Oct 2017 11:28:00 +0000 (12:28 +0100)
commitc1abc129498ea20801c924d44359409823da36f4
tree66bbe204176cf912f438abbdc7fa0b4bf9a0575c
parent15a2e2d3ddd062068027359ace4728984f8a6852
btrfs: pass root to various extent ref mod functions

We need the actual root for the ref verifier tool to work, so change
these functions to pass the root around instead.  This will be used in
a subsequent patch.

Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.c
fs/btrfs/ctree.h
fs/btrfs/extent-tree.c
fs/btrfs/file.c
fs/btrfs/inode.c
fs/btrfs/ioctl.c
fs/btrfs/relocation.c
fs/btrfs/tree-log.c