]> 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)
commite18ee1f0d14269b74462ba3913e037c250ee5167
tree66bbe204176cf912f438abbdc7fa0b4bf9a0575c
parentf8093ab5269175da57a0b4051872265f884b4941
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