From: Jeffrey Altman Date: Mon, 12 Apr 2010 18:45:14 +0000 (-0400) Subject: Rename uvldbentry spare1 to matchindex X-Git-Tag: openafs-devel-1_5_74~29 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=507b08a6964bd9bf98784959aaa43796283a2d09 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 Tested-by: Derrick Brashear --- diff --git a/src/vlserver/vldbint.xg b/src/vlserver/vldbint.xg index 35614f3..3cad550 100644 --- a/src/vlserver/vldbint.xg +++ b/src/vlserver/vldbint.xg @@ -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;