Re: [PATCH 1/3] btrfs-progs: remove comments about delayed ref in backref.c

2018-05-09 Thread David Sterba
On Tue, Apr 24, 2018 at 01:52:31PM +0800, Su Yue wrote: > There is no delayed ref in btrfs-progs, so remove related comments. > > Signed-off-by: Su Yue 1-3 applied. Please send cover letter for patch series with more than 1 patch. -- To unsubscribe from this list: send the line "unsubscribe linu

Re: [PATCH 1/3] btrfs-progs: remove comments about delayed ref in backref.c

2018-04-23 Thread Qu Wenruo
On 2018年04月24日 14:48, Su Yue wrote: > > > On 04/24/2018 02:02 PM, Qu Wenruo wrote: >> >> >> On 2018年04月24日 13:52, Su Yue wrote: >>> There is no delayed ref in btrfs-progs, so remove related comments. >>> >> >> Indeed. >> Delayed ref is only used to speed up extent tree modification with the >>

Re: [PATCH 1/3] btrfs-progs: remove comments about delayed ref in backref.c

2018-04-23 Thread Su Yue
On 04/24/2018 02:02 PM, Qu Wenruo wrote: On 2018年04月24日 13:52, Su Yue wrote: There is no delayed ref in btrfs-progs, so remove related comments. Indeed. Delayed ref is only used to speed up extent tree modification with the cost of code complexity. Thanks for your explanation :). For

Re: [PATCH 1/3] btrfs-progs: remove comments about delayed ref in backref.c

2018-04-23 Thread Qu Wenruo
On 2018年04月24日 13:52, Su Yue wrote: > There is no delayed ref in btrfs-progs, so remove related comments. > Indeed. Delayed ref is only used to speed up extent tree modification with the cost of code complexity. For btrfs-progs we don't need to worry about it at all. Thanks, Qu > Signed-off-

[PATCH 1/3] btrfs-progs: remove comments about delayed ref in backref.c

2018-04-23 Thread Su Yue
There is no delayed ref in btrfs-progs, so remove related comments. Signed-off-by: Su Yue --- backref.c | 19 +++ 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/backref.c b/backref.c index 27309e07a1e9..c144dbf060f2 100644 --- a/backref.c +++ b/backref.c @@ -155,1