From: Derrick Brashear Date: Wed, 10 May 2006 05:51:41 +0000 (+0000) Subject: viced-writevalloc-dont-vtakeoffline-20060510 X-Git-Tag: BP-openafs-windows-kdfs-ifs~1304 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=bcabba994188a4c88bdae3c5252c9b0de5d163c8;p=packages%2Fo%2Fopenafs.git viced-writevalloc-dont-vtakeoffline-20060510 random errors shouldn't take the volume offline --- diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index 3bdf9f41d..d17dba97d 100644 --- a/src/viced/afsfileprocs.c +++ b/src/viced/afsfileprocs.c @@ -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;