Actions
Bug #5370
closedconsistent arc_buf_hdr_t naming scheme
Start date:
2014-11-23
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
The arc has evolved over the years and it's evident that many developers have
added their own style. This can lead to confusion because arc_buf_hdr_t can be
named different things which sometimes overlap with other structures. Today
arc_buf_hdr_t's are often named hdr, buf, or ab. It gets confusing because
arc_buf_t's are often named buf as well. We should use 'hdr' when using an
arc_buf_hdr_t.
Actions