OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3149-gdb57dfd
Gerrit Code Review
gerrit@openafs.org
Mon, 26 Nov 2012 20:03:26 -0800 (PST)
The following commit has been merged in the master branch:
commit db57dfd3798f09e77b5c49bed304cacc0c448f91
Author: Andrew Deason <adeason@sinenomine.net>
Date: Tue Nov 13 18:15:21 2012 -0600
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 | 60 ++++++++++++++++++++++++------------------------
1 files changed, 30 insertions(+), 30 deletions(-)
--
OpenAFS Master Repository