mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
Fix build with QUEUE_MACRO_DEBUG.
Submitted by: benno@ MFC after: 3 days
This commit is contained in:
parent
9be09a6e43
commit
e2507751a6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269058
@ -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 New Issue
Block a user