OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4421-g1b5d5af
Gerrit Code Review
gerrit@openafs.org
Fri, 31 Oct 2014 08:37:22 -0400
The following commit has been merged in the master branch:
commit 1b5d5afca69b4a5a6c4027d4b5968d4ebdadc89a
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Wed Jun 11 20:40:47 2014 -0400
viced: kill HOST_TO_ZERO macro
Move all struct host fields that are zeroed into a new structure
host_to_zero which is then included in struct host as 'z'.
Remove the HOST_TO_ZERO macro entirely as its presence can lead
to the introduction of dangerous errors.
Change-Id: I44afd37413afae4e4357e68cdadf5c28784611c5
Reviewed-on: http://gerrit.openafs.org/11287
Reviewed-by: D Brashear <shadow@your-file-system.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: D Brashear <shadow@your-file-system.com>
src/viced/afsfileprocs.c | 86 +++---
src/viced/callback.c | 258 +++++++-------
src/viced/host.c | 884 +++++++++++++++++++++++-----------------------
src/viced/host.h | 60 ++--
4 files changed, 644 insertions(+), 644 deletions(-)
--
OpenAFS Master Repository