Re: [PATCH 0/6] Some trivail cleanup about dealyed-refs

2018-10-15 Thread David Sterba
On Mon, Oct 15, 2018 at 10:39:19AM +0800, Lu Fengqi wrote: > On Thu, Oct 11, 2018 at 01:51:37PM +0200, David Sterba wrote: > >On Thu, Oct 11, 2018 at 01:40:32PM +0800, Lu Fengqi wrote: > >> There is no functional change. Just improve readablity. > >> > >> PATCH 1-4 parameter cleanup patches > >>

Re: [PATCH 0/6] Some trivail cleanup about dealyed-refs

2018-10-14 Thread Lu Fengqi
On Thu, Oct 11, 2018 at 01:51:37PM +0200, David Sterba wrote: >On Thu, Oct 11, 2018 at 01:40:32PM +0800, Lu Fengqi wrote: >> There is no functional change. Just improve readablity. >> >> PATCH 1-4 parameter cleanup patches >> PATCH 5 cleanup about btrfs_select_ref_head >> PATCH 6 switch int to

Re: [PATCH 0/6] Some trivail cleanup about dealyed-refs

2018-10-11 Thread David Sterba
On Thu, Oct 11, 2018 at 01:40:32PM +0800, Lu Fengqi wrote: > There is no functional change. Just improve readablity. > > PATCH 1-4 parameter cleanup patches > PATCH 5 cleanup about btrfs_select_ref_head > PATCH 6 switch int to bool; add some comment > > Lu Fengqi (6): > btrfs: delayed-ref:

Re: [PATCH 0/6] Some trivail cleanup about dealyed-refs

2018-10-11 Thread Nikolay Borisov
On 11.10.2018 08:40, Lu Fengqi wrote: > There is no functional change. Just improve readablity. > > PATCH 1-4 parameter cleanup patches > PATCH 5 cleanup about btrfs_select_ref_head > PATCH 6 switch int to bool; add some comment > > Lu Fengqi (6): > btrfs: delayed-ref: pass delayed_refs

[PATCH 0/6] Some trivail cleanup about dealyed-refs

2018-10-10 Thread Lu Fengqi
There is no functional change. Just improve readablity. PATCH 1-4 parameter cleanup patches PATCH 5 cleanup about btrfs_select_ref_head PATCH 6 switch int to bool; add some comment Lu Fengqi (6): btrfs: delayed-ref: pass delayed_refs directly to btrfs_select_ref_head() btrfs: