afs: Slight restructuring in afs_Analyze
authorAndrew Deason <adeason@sinenomine.net>
Wed, 14 Nov 2012 00:15:21 +0000 (18:15 -0600)
committerDerrick Brashear <shadow@your-file-system.com>
Tue, 27 Nov 2012 04:02:52 +0000 (20:02 -0800)
commitdb57dfd3798f09e77b5c49bed304cacc0c448f91
tree7fe1ee086e1734de1a84d06136548c48415ec205
parenta84c6b0ece1fdee4f462c6ce27fa78c2e0d419f4
afs: Slight restructuring in afs_Analyze

We test for acode < 0 && acode != VRESTARTING, but then immediately
test for specific values for acode. Move this conditional down, and
remove a level of indentation for the next couple of acode checks.

This commit should introduce no functional change.

Change-Id: I2ca3a00d5f6d620fcb042d8007f18dd8b5cfaf24
Reviewed-on: http://gerrit.openafs.org/8461
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/afs/afs_analyze.c