]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-viced-writevalloc-dont-vtakeoffline-20060510
authorDerrick Brashear <shadow@dementia.org>
Thu, 1 Jun 2006 16:36:58 +0000 (16:36 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 1 Jun 2006 16:36:58 +0000 (16:36 +0000)
random errors shouldn't take the volume offline

(cherry picked from commit bcabba994188a4c88bdae3c5252c9b0de5d163c8)

src/viced/afsfileprocs.c

index 6c23d5b34d5222159bafa05244164053f4fc8375..220b93d49078c641e1c57b6f3d0146a55d4c0fbf 100644 (file)
@@ -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;