DEVEL15-viced-writevalloc-dont-vtakeoffline-20060510

random errors shouldn't take the volume offline


(cherry picked from commit bcabba994188a4c88bdae3c5252c9b0de5d163c8)
This commit is contained in:
Derrick Brashear 2006-06-01 16:36:58 +00:00
parent 17c569d0b0
commit 3a518fb146

View File

@ -6837,7 +6837,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;