OSDN Git Service

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)
commit84f7d8e6242ceb377c7af10a7133c653cc7fea5f
tree66bbe204176cf912f438abbdc7fa0b4bf9a0575c
parentfb592373cddeb4ed6c21eef4d6063f15176ab463
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