From bcabba994188a4c88bdae3c5252c9b0de5d163c8 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Wed, 10 May 2006 05:51:41 +0000 Subject: [PATCH] viced-writevalloc-dont-vtakeoffline-20060510 random errors shouldn't take the volume offline --- src/viced/afsfileprocs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index 3bdf9f41d2..d17dba97dc 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;