From 38046f63254810ca35ed5d63cea365a1f626a950 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Wed, 10 May 2006 06:01:08 +0000 Subject: [PATCH] STABLE14-viced-writevalloc-dont-vtakeoffline-20060510 random errors shouldn't take the volume offline (cherry picked from commit bcabba994188a4c88bdae3c5252c9b0de5d163c8) --- src/viced/afsfileprocs.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.5