Add some cam_freeze_devq()'s missed at r249466.

This makes number of freezes match the number of releases.

Reported by:	dim
This commit is contained in:
Alexander Motin 2013-04-28 18:12:43 +00:00
parent b4634967f0
commit e746842845
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250025

View File

@ -883,6 +883,7 @@ probestart(struct cam_periph *periph, union ccb *start_ccb)
* routine finish up for us.
*/
start_ccb->csio.data_ptr = NULL;
cam_freeze_devq(periph->path);
probedone(periph, start_ccb);
return;
}
@ -913,6 +914,7 @@ probestart(struct cam_periph *periph, union ccb *start_ccb)
* routine finish up for us.
*/
start_ccb->csio.data_ptr = NULL;
cam_freeze_devq(periph->path);
probedone(periph, start_ccb);
return;
}
@ -952,6 +954,7 @@ probestart(struct cam_periph *periph, union ccb *start_ccb)
* routine finish up for us.
*/
start_ccb->csio.data_ptr = NULL;
cam_freeze_devq(periph->path);
probedone(periph, start_ccb);
return;
}