Re: [PATCH] Btrfs: make btrfs_wait_extents() static

2019-09-23 Thread David Sterba
On Wed, Sep 11, 2019 at 05:42:38PM +0100, fdman...@kernel.org wrote: > From: Filipe Manana > > It's not used ouside of transaction.c > > Signed-off-by: Filipe Manana Added to misc-next, thanks.

Re: [PATCH] Btrfs: make btrfs_wait_extents() static

2019-09-11 Thread Josef Bacik
On Wed, Sep 11, 2019 at 05:42:38PM +0100, fdman...@kernel.org wrote: > From: Filipe Manana > > It's not used ouside of transaction.c > > Signed-off-by: Filipe Manana Reviewed-by: Josef Bacik Thanks, Josef

[PATCH] Btrfs: make btrfs_wait_extents() static

2019-09-11 Thread fdmanana
From: Filipe Manana It's not used ouside of transaction.c Signed-off-by: Filipe Manana --- fs/btrfs/transaction.c | 2 +- fs/btrfs/transaction.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c index e3adb714c04b..84a42e388aa