mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 21:47:45 +00:00
DEVEL15-viced-writevalloc-dont-vtakeoffline-20060510
random errors shouldn't take the volume offline (cherry picked from commit bcabba994188a4c88bdae3c5252c9b0de5d163c8)
This commit is contained in:
parent
17c569d0b0
commit
3a518fb146
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user