Re: [PATCH 07/13] btrfs: remove ref_tree implementation from backref.c

2017-06-27 Thread David Sterba
On Tue, Jun 20, 2017 at 10:06:47AM -0600, Edmund Nadolski wrote: > The BACKREF_FOUND_SHARED checking will be addressed in an upcoming > patch. So this reverts the commit afce772e87c36c7f07f230a76d525025aaf09e41 "btrfs: fix check_shared for fiemap ioctl", this should be mentioned in the changelog.

[PATCH 07/13] btrfs: remove ref_tree implementation from backref.c

2017-06-20 Thread Edmund Nadolski
The BACKREF_FOUND_SHARED checking will be addressed in an upcoming patch. Signed-off-by: Edmund Nadolski Signed-off-by: Jeff Mahoney --- fs/btrfs/backref.c | 356 ++--- 1 file changed, 8 insertions(+), 348 deletions(-) diff --git a/fs/btrfs/backr