Actions
Bug #7867
closedARC space accounting leak
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
zfs - Zettabyte File System
Start date:
2017-02-14
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
It seems that in the case where arc_hdr_free_pdata()
sees HDR_L2_WRITING()
we would fail to update the ARC space statistics.
In the normal case those statistics are updated in arc_free_data_buf()
. But in the arc_hdr_free_on_write()
path we don't do that.
Actions