Actions
Bug #6495
closedFix mutex leak in dmu_objset_find_dp
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2015-12-04
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
Prevent leak of err_lock mtx for both synchronous and error case in dmu_objset_find_dp.
Updated by Electric Monk over 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 2bad22584defe4667f99737e3158d336e4dcca11
commit 2bad22584defe4667f99737e3158d336e4dcca11 Author: Steven Hartland <steven.hartland@multiplay.co.uk> Date: 2015-12-15T20:09:15.000Z 6495 Fix mutex leak in dmu_objset_find_dp Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Albert Lee <trisk@omniti.com>
Actions