]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-vos-restore-incrementals-no-orphans-really-20080121
authorDerrick Brashear <shadow@dementia.org>
Mon, 21 Jan 2008 14:11:20 +0000 (14:11 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 21 Jan 2008 14:11:20 +0000 (14:11 +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 ec2641e40e6fff399579c53a9a61f360134a133e..1a4dd88c98a79aa21dfe9c5b69ac2785eb659fee 100644 (file)
@@ -1027,8 +1027,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");