Actions
Bug #4649
closedkmem_cache_create(9f): The function should be called from _init(9e), not _fini(9e)
Start date:
2014-02-28
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
In the kmem_cache_create(9f) man page it is said that kmem_cache_create() should be called at the time of
_fini(9E). This is incorrect and _fini(9E) should be changed to _init(9E) at 2nd line here:
A driver should call kmem_cache_create() at the time of _fini(9E) or attach(9E), and call the corresponding kmem_cache_destroy() at the time of _fini(9E) or detach(9E).
Updated by Marcel Telka over 8 years ago
- Status changed from New to In Progress
- Assignee set to Marcel Telka
Updated by Electric Monk over 8 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 6ce0d4691b75d1575291b3f3c31b4fc4cf80a28e
commit 6ce0d4691b75d1575291b3f3c31b4fc4cf80a28e Author: Marcel Telka <marcel.telka@nexenta.com> Date: 2015-02-19T20:08:26.000Z 4649 kmem_cache_create(9f): The function should be called from _init(9e), not _fini(9e) Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions