Deleted Added
full compact
43c43
< __FBSDID("$FreeBSD: head/sys/cam/ctl/ctl_backend_ramdisk.c 240993 2012-09-27 10:51:38Z trasz $");
---
> __FBSDID("$FreeBSD: head/sys/cam/ctl/ctl_backend_ramdisk.c 252569 2013-07-03 14:58:11Z mav $");
443a444,446
> mtx_lock(&softc->lock);
> be_lun->flags &= ~CTL_BE_RAMDISK_LUN_WAITING;
> mtx_unlock(&softc->lock);
478,485d480
<
< /*
< * Don't leave the waiting flag set.
< */
< mtx_lock(&softc->lock);
< be_lun->flags &= ~CTL_BE_RAMDISK_LUN_WAITING;
< mtx_unlock(&softc->lock);
<