From a3da9532a930720e4e9fba5f6520c3c9e1d67bc4 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 28 Oct 2004 21:46:42 +0000 Subject: [PATCH] inlinebulk-put-ref-on-error-20041028 if we got an error during InlineBulk, put back the reference --- src/viced/afsfileprocs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index 50b90a65f..ddb8335e5 100644 --- a/src/viced/afsfileprocs.c +++ b/src/viced/afsfileprocs.c @@ -2732,6 +2732,7 @@ SRXAFS_InlineBulkStatus(struct rx_call * acall, struct AFSCBFids * Fids, &rights, &anyrights))) { tstatus = &OutStats->AFSBulkStats_val[i]; tstatus->errorCode = errorCode; + PutVolumePackage(parentwhentargetnotdir, targetptr, (Vnode *) 0, volptr); parentwhentargetnotdir = (Vnode *) 0; targetptr = (Vnode *) 0; volptr = (Volume *) 0; -- 2.39.5