]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-vos-restore-incrementals-no-orphans-really-20080121
authorDerrick Brashear <shadow@dementia.org>
Mon, 21 Jan 2008 14:06:11 +0000 (14:06 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 21 Jan 2008 14:06:11 +0000 (14:06 +0000)
LICENSE IPL10
FIXES 46937

based on comments from jhutz@cmu.edu; runnign thread in the ticket

(cherry picked from commit 22c059a9138be33eeeed910badcac3ebfeea24b5)

src/volser/dumpstuff.c

index 7a814b9ef34ed582031ed2c318fa41f5f1edc6d3..5fdbe644e0f3a587019dfaf509810d14747f3871 100644 (file)
@@ -1035,8 +1035,6 @@ RestoreVolume(register struct rx_call *call, Volume * avp, int incremental,
     iod_Init(iodp, call);
 
     vp = avp;
-    if (V_parentId(vp) == V_id(vp))
-      delo = incremental;
 
     if (!ReadDumpHeader(iodp, &header)) {
        Log("1 Volser: RestoreVolume: Error reading header file for dump; aborted\n");