]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove redundant mtx_lock/unlock in ciss_name_device. This is a guaranteed
authorPeter Wemm <peter@FreeBSD.org>
Thu, 2 Apr 2015 23:12:18 +0000 (23:12 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Thu, 2 Apr 2015 23:12:18 +0000 (23:12 +0000)
commited2b5a0aeff547871249f56d82c705444efa25f5
tree5b4ec3b881f6c669561183eb5a1dc1af17d19615
parent62e8d5e1b042ef4b6a735f3052f4a43b4e2d317a
Remove redundant mtx_lock/unlock in ciss_name_device. This is a guaranteed
insta-panic on device add/remove.  This is only called from the notify
thread which already holds the lock while calling this function.
sys/dev/ciss/ciss.c