Fix build. Sorry.

MFC after:	2 weeks
This commit is contained in:
Alexander Motin 2022-01-07 14:33:51 -05:00
parent f4d499fd67
commit 135c269d87

View file

@ -5903,7 +5903,7 @@ ctl_ie_timer(void *arg)
t = scsi_4btoul(lun->MODE_IE.interval_timer);
if (t == 0 || t == UINT32_MAX)
t = 3000; /* 5 min */
callout_schedule(&lun->ie_callout, SBT_1S / 10 * t,
callout_schedule_sbt(&lun->ie_callout, SBT_1S / 10 * t,
SBT_1S / 10, 0);
}
}