]> git.michaelhowe.org Git - packages/o/openafs.git/commit
viced: kill CLIENT_TO_ZERO macro
authorJeffrey Altman <jaltman@your-file-system.com>
Thu, 12 Jun 2014 00:53:09 +0000 (20:53 -0400)
committerD Brashear <shadow@your-file-system.com>
Fri, 31 Oct 2014 12:37:22 +0000 (08:37 -0400)
commit882146b0e671e008e1d599cd34213bf940410d33
tree9c9a45316a519cdd5bceaf519df3a25db04228b4
parent1b5d5afca69b4a5a6c4027d4b5968d4ebdadc89a
viced: kill CLIENT_TO_ZERO macro

Move all struct client fields that are to be zeroed upon structure
reuse to a new struct client_to_zero.  Include the new structure
within struct client and call memset() on that structure.

Change-Id: I0f83f5f18b41bc0d4f8e1f7f8e04cd5508cbe4e1
Reviewed-on: http://gerrit.openafs.org/11288
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: D Brashear <shadow@your-file-system.com>
Tested-by: D Brashear <shadow@your-file-system.com>
src/viced/afsfileprocs.c
src/viced/host.c
src/viced/host.h