mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
viced-writevalloc-dont-vtakeoffline-20060510
random errors shouldn't take the volume offline
This commit is contained in:
parent
40916b821a
commit
bcabba9941
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user