Re: [PATCH 26/29] btrfs: remove unused parameter from __add_inode_ref

2017-02-15 Thread Liu Bo
On Mon, Feb 13, 2017 at 10:34:41AM +0100, David Sterba wrote: > Unused since the helper has been split, eb used in the caller. > Reviewed-by: Liu Bo Thanks, -liubo > Signed-off-by: David Sterba > --- > fs/btrfs/tree-log.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --g

[PATCH 26/29] btrfs: remove unused parameter from __add_inode_ref

2017-02-13 Thread David Sterba
Unused since the helper has been split, eb used in the caller. Signed-off-by: David Sterba --- fs/btrfs/tree-log.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index 62dd138018b5..3806853cde08 100644 --- a/fs/btrfs/tree-log.c +++