Actions
Bug #2618
closedarc.c mistypes in the comments
Status:
Resolved
Priority:
Low
Assignee:
-
Category:
zfs - Zettabyte File System
Start date:
2012-04-12
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
Duplicated 'block' word in the comment.
* "Read" the block block at the specified DVA (in bp) via the
http://src.illumos.org/source/xref/illumos-gate/usr/src/uts/common/fs/zfs/arc.c#2624
'mutexs' instead of 'mutexes':
83 * Buffers do not have their own mutexs, rather they rely on the 84 * hash table mutexs for the bulk of their protection (i.e. most 85 * fields in the arc_buf_hdr_t are protected by these mutexs).
http://src.illumos.org/source/xref/illumos-gate/usr/src/uts/common/fs/zfs/arc.c#83
Updated by Rich Lowe almost 11 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Tags deleted (
needs-triage)
Resolved in r13721 commit:5b51a16a186f
Actions