Actions
Bug #8426
closedmark immutable buffer arguments as such in abd.h
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
zfs - Zettabyte File System
Start date:
2017-06-26
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
abd_copy_from_buf and abd_cmp_buf do not modify their void *buf arguments, so qualify them with const.
abd_copy_from_buf_off and abd_cmp_buf_off already had that type for the corresponding arguments.
Updated by Andriy Gapon about 5 years ago
Updated by Electric Monk about 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 9b195260e22529ac0e2580faaf89402420589c1c
commit 9b195260e22529ac0e2580faaf89402420589c1c Author: Andriy Gapon <avg@FreeBSD.org> Date: 2017-06-29T23:10:43.000Z 8426 mark immutable buffer arguments as such in abd.h Reviewed by: Matt Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions