mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix build with QUEUE_MACRO_DEBUG.
Submitted by: benno@ MFC after: 3 days
This commit is contained in:
parent
9be09a6e43
commit
e2507751a6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue