CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/16 15:08:03
Modified files:
sys/dev/pv : vioscsi.c
Log message:
vioscsi: return XS_NO_CCB if out of space
If there is not enough space in the vring, don't return
XS_DRIVER_STUFFUP but XS_NO_CCB, so that the operation will
be retried later.
