mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
ndaasync: sync to SCSI's daasyncs cam_periph_async() calls
Sponsored by: Netflix Reviewed by: mav Differential Revision: https://reviews.freebsd.org/D35059
This commit is contained in:
parent
ae1955cd67
commit
e4b1ae2147
@ -698,9 +698,9 @@ ndaasync(void *callback_arg, u_int32_t code,
|
||||
}
|
||||
case AC_LOST_DEVICE:
|
||||
default:
|
||||
cam_periph_async(periph, code, path, arg);
|
||||
break;
|
||||
}
|
||||
cam_periph_async(periph, code, path, arg);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user