Re: [PATCH 14/21] btrfs: remove type argument from comp_tree_refs

2017-10-13 Thread David Sterba
On Fri, Sep 29, 2017 at 03:43:58PM -0400, Josef Bacik wrote: > We can get this from the ref we've passed in. > > Signed-off-by: Josef Bacik Reviewed-by: David Sterba -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a

[PATCH 14/21] btrfs: remove type argument from comp_tree_refs

2017-09-29 Thread Josef Bacik
We can get this from the ref we've passed in. Signed-off-by: Josef Bacik --- fs/btrfs/delayed-ref.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/fs/btrfs/delayed-ref.c b/fs/btrfs/delayed-ref.c index b9b41c838da4..a2973340a94f 100644 ---