From: Derrick Brashear Date: Mon, 18 Oct 2004 07:12:49 +0000 (+0000) Subject: partly-revert-volser-restore-timestamp-cleanup-20041018 X-Git-Tag: BP-disconnected~189 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=8bb47b67a00bd4ff6a89d57cff706aba0551db8a partly-revert-volser-restore-timestamp-cleanup-20041018 messes up creation field on new volume. --- diff --git a/src/volser/volprocs.c b/src/volser/volprocs.c index 95796aa..6f049b8 100644 --- a/src/volser/volprocs.c +++ b/src/volser/volprocs.c @@ -1540,10 +1540,6 @@ VolSetInfo(struct rx_call *acid, afs_int32 atrans, td->maxquota = astatus->maxquota; if (astatus->dayUse != -1) td->dayUse = astatus->dayUse; - if (astatus->creationDate != -1) - td->creationDate = astatus->creationDate; - if (astatus->updateDate != -1) - td->updateDate = astatus->updateDate; VUpdateVolume(&error, tv); tt->rxCallPtr = (struct rx_call *)0; if (TRELE(tt))