From: Derrick Brashear Date: Thu, 1 Jun 2006 16:36:58 +0000 (+0000) Subject: DEVEL15-viced-writevalloc-dont-vtakeoffline-20060510 X-Git-Tag: openafs-devel-1_5_2~29 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=3a518fb146da918902729a21294c90bed50212ea;p=packages%2Fo%2Fopenafs.git DEVEL15-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 6c23d5b34..220b93d49 100644 --- a/src/viced/afsfileprocs.c +++ b/src/viced/afsfileprocs.c @@ -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;