From a36aab0dd6e846dbce925cbf3484b74f7f8590a9 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Thu, 31 Jul 2014 01:52:30 -0400 Subject: [PATCH] Revert "vos-sync-flag-voltype-properly-20080521" The convention appears to be that ITSRWVOL is the correct flag for the backup volume. This reverts commit dcafea769a1cb70c7b1f8763ae4f7b7744b2a436. Change-Id: I0f88107d56817515f41a68062053b263683afc94 Reviewed-on: http://gerrit.openafs.org/11341 Reviewed-by: Daria Brashear Tested-by: BuildBot --- src/volser/vsprocs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/volser/vsprocs.c b/src/volser/vsprocs.c index 43d3944b1..75e30b862 100644 --- a/src/volser/vsprocs.c +++ b/src/volser/vsprocs.c @@ -6214,7 +6214,7 @@ CheckVolume(volintInfo * volumeinfo, afs_uint32 aserver, afs_int32 apart, entry.serverNumber[idx] = aserver; entry.serverPartition[idx] = apart; - entry.serverFlags[idx] = ITSBACKVOL; + entry.serverFlags[idx] = ITSRWVOL; modified++; } -- 2.39.5