[PATCH 1/2] btrfs: Remove extra run_delayed_items call

2018-02-13 Thread Nikolay Borisov
Before commit 581227d0d2b8 ("Btrfs: remove the time check in btrfs_commit_transaction()") there would be a loop in the transaction commit path that will go on until all existing writers ended their transaction handles. This loop would try and flush as much pending stuff as possible before going int

Re: [PATCH 1/2] btrfs: Remove extra run_delayed_items call

2018-03-14 Thread David Sterba
On Tue, Feb 13, 2018 at 04:16:48PM +0200, Nikolay Borisov wrote: > Before commit 581227d0d2b8 ("Btrfs: remove the time check in > btrfs_commit_transaction()") there would be a loop in the transaction > commit path that will go on until all existing writers ended their > transaction handles. This lo