Rename uvldbentry spare1 to matchindex
authorJeffrey Altman <jaltman@your-file-system.com>
Mon, 12 Apr 2010 18:45:14 +0000 (14:45 -0400)
committerDerrick Brashear <shadow@dementia.org>
Wed, 14 Apr 2010 15:05:59 +0000 (08:05 -0700)
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>

src/vlserver/vldbint.xg

index 35614f3..3cad550 100644 (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;