viced-writevalloc-dont-vtakeoffline-20060510

random errors shouldn't take the volume offline
This commit is contained in:
Derrick Brashear 2006-05-10 05:51:41 +00:00
parent 40916b821a
commit bcabba9941

View File

@ -6805,7 +6805,6 @@ FetchData_RXStyle(Volume * volptr, Vnode * targetptr,
errorCode = rx_WritevAlloc(Call, tiov, &tnio, RX_MAXIOVECS, wlen);
if (errorCode <= 0) {
FDH_CLOSE(fdP);
VTakeOffline(volptr);
return EIO;
}
wlen = errorCode;