Re: [PATCH] Btrfs: remove no longer used function to run delayed refs asynchronously

2019-04-17 Thread David Sterba
On Wed, Apr 17, 2019 at 10:28:47AM +0100, fdman...@kernel.org wrote: > From: Filipe Manana > > It used to be called from only two places (truncate path and releasing a > transaction handle), but commits 28bad2125767c5 ("btrfs: fix truncate > throttling") and db2462a6ad3dc4 ("btrfs: don't run dela

Re: [PATCH] Btrfs: remove no longer used function to run delayed refs asynchronously

2019-04-17 Thread Qu Wenruo
On 2019/4/17 下午5:28, fdman...@kernel.org wrote: > From: Filipe Manana > > It used to be called from only two places (truncate path and releasing a > transaction handle), but commits 28bad2125767c5 ("btrfs: fix truncate > throttling") and db2462a6ad3dc4 ("btrfs: don't run delayed refs in the end

[PATCH] Btrfs: remove no longer used function to run delayed refs asynchronously

2019-04-17 Thread fdmanana
From: Filipe Manana It used to be called from only two places (truncate path and releasing a transaction handle), but commits 28bad2125767c5 ("btrfs: fix truncate throttling") and db2462a6ad3dc4 ("btrfs: don't run delayed refs in the end transaction logic") removed their calls to this function, s