mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
libafs: Remove unused volume "states" flags
VResort and VMoreReps are not referenced anywhere in the tree, so remove their definitions. Reviewed-on: http://gerrit.openafs.org/5059 Tested-by: Derrick Brashear <shadow@dementia.org> Reviewed-by: Derrick Brashear <shadow@dementia.org> (cherry picked from commit 6cae7c554e917a26b197167e177bd3eb22bce71a) Change-Id: I0a282dac3a9e31bff4ff37c61275cc7c08456cad Reviewed-on: http://gerrit.openafs.org/6346 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
8ca56700a8
commit
7ebaf1aa6a
@ -519,11 +519,8 @@ struct chservinfo {
|
||||
/* state bits for volume */
|
||||
#define VRO 1 /* volume is readonly */
|
||||
#define VRecheck 2 /* recheck volume info with server */
|
||||
#define VBackup 4 /* is this a backup volume? */
|
||||
#define VForeign 8 /* this is a non-afs volume */
|
||||
#define VResort 16 /* server order was rearranged, sort when able */
|
||||
#define VMoreReps 32 /* This volume has more replicas than we are */
|
||||
/* keeping track of now -- check with VLDB */
|
||||
#define VBackup 4 /* is this a backup volume? */
|
||||
#define VForeign 8 /* this is a non-afs volume */
|
||||
|
||||
enum repstate { not_busy, end_not_busy = 6, rd_busy, rdwr_busy, offline };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user