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
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
>>
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
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-
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