From 3a518fb146da918902729a21294c90bed50212ea Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 1 Jun 2006 16:36:58 +0000 Subject: [PATCH] DEVEL15-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 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; -- 2.39.5