MFC r269058:

Fix build with QUEUE_MACRO_DEBUG.
This commit is contained in:
mav 2014-07-27 08:02:24 +00:00
parent 26a3b70214
commit 7219c9daf2

View File

@ -815,7 +815,7 @@ ctl_backend_ramdisk_lun_shutdown(void *be_lun)
if (lun->flags & CTL_BE_RAMDISK_LUN_WAITING) {
wakeup(lun);
} else {
STAILQ_REMOVE(&softc->lun_list, be_lun, ctl_be_ramdisk_lun,
STAILQ_REMOVE(&softc->lun_list, lun, ctl_be_ramdisk_lun,
links);
softc->num_luns--;
do_free = 1;