Re: [PATCH 0/5] Remove delay_iput parameter when running delalloc work

2018-04-24 Thread David Sterba
On Mon, Apr 23, 2018 at 12:31:17PM +0300, Nikolay Borisov wrote: > > > On 23.04.2018 12:27, Qu Wenruo wrote: > > > > > > On 2018年04月23日 15:54, Nikolay Borisov wrote: > >> While trying to make sense of the lifecycle of delayed iputs it became > >> apparent > >> that the delay_iput parameter of

Re: [PATCH 0/5] Remove delay_iput parameter when running delalloc work

2018-04-23 Thread Nikolay Borisov
On 23.04.2018 12:27, Qu Wenruo wrote: > > > On 2018年04月23日 15:54, Nikolay Borisov wrote: >> While trying to make sense of the lifecycle of delayed iputs it became >> apparent >> that the delay_iput parameter of btrfs_start_delalloc_roots/ >> btrfs_start_delalloc_inodes is always set to 0. (Pat

Re: [PATCH 0/5] Remove delay_iput parameter when running delalloc work

2018-04-23 Thread Qu Wenruo
On 2018年04月23日 15:54, Nikolay Borisov wrote: > While trying to make sense of the lifecycle of delayed iputs it became > apparent > that the delay_iput parameter of btrfs_start_delalloc_roots/ > btrfs_start_delalloc_inodes is always set to 0. (Patch 1 contains historical > information of why thi

[PATCH 0/5] Remove delay_iput parameter when running delalloc work

2018-04-23 Thread Nikolay Borisov
While trying to make sense of the lifecycle of delayed iputs it became apparent that the delay_iput parameter of btrfs_start_delalloc_roots/ btrfs_start_delalloc_inodes is always set to 0. (Patch 1 contains historical information of why this parameter was needed and when it became obsolete). Now t