From: Derrick Brashear Date: Wed, 10 May 2006 06:01:08 +0000 (+0000) Subject: STABLE14-viced-writevalloc-dont-vtakeoffline-20060510 X-Git-Tag: openafs-stable-1_4_1b~4 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=38046f63254810ca35ed5d63cea365a1f626a950;p=packages%2Fo%2Fopenafs.git STABLE14-viced-writevalloc-dont-vtakeoffline-20060510 random errors shouldn't take the volume offline (cherry picked from commit bcabba994188a4c88bdae3c5252c9b0de5d163c8) --- diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index 98a0931e6..52753f35b 100644 --- a/src/viced/afsfileprocs.c +++ b/src/viced/afsfileprocs.c @@ -6954,7 +6954,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;