]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-viced-writevalloc-dont-vtakeoffline-20060510
authorDerrick Brashear <shadow@dementia.org>
Wed, 10 May 2006 06:01:08 +0000 (06:01 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 10 May 2006 06:01:08 +0000 (06:01 +0000)
random errors shouldn't take the volume offline

(cherry picked from commit bcabba994188a4c88bdae3c5252c9b0de5d163c8)

src/viced/afsfileprocs.c

index 98a0931e6a5eea68dd2b9321f19248190ac9d75d..52753f35bf499fb95dffad493557c285c40cb50f 100644 (file)
@@ -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;