Rename uvldbentry spare1 to matchindex

In the nvldbentry structure 'spare1' was renamed to 'matchindex'.
Do the same for uvldbentry as that is what the field is used for.

Change-Id: I2d1200b1044f6ae9b4523eb603a21b0484b046c7
Reviewed-on: http://gerrit.openafs.org/1741
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Jeffrey Altman 2010-04-12 14:45:14 -04:00 committed by Derrick Brashear
parent ea44842df8
commit 507b08a696

View File

@ -142,7 +142,7 @@ struct uvldbentry {
afs_uint32 volumeId[MAXTYPES]; /* Corresponding volume of each type */
afs_uint32 cloneId; /* Used during cloning */
afs_int32 flags; /* General flags */
afs_int32 spares1; /* The server index we matched */
afs_int32 matchindex; /* The server index we matched */
afs_int32 spares2;
afs_int32 spares3;
afs_int32 spares4;