OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_72-18-g60ea6a2
Gerrit Code Review
gerrit@openafs.org
Wed, 17 Feb 2010 05:13:02 -0800 (PST)
The following commit has been merged in the master branch:
commit 60ea6a23ab98698351de4b0592dd5df2ac8eebc0
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Fri Feb 12 10:19:26 2010 +0000
aklog: Clean up cell handling
Clean up the aklog get_cellconfig routine, so that it is no longer
reliant upon global variables.
* Tidy the handling of local_cell, and use dynamically allocated,
rather than fixed length buffers.
* Use the cell name contained within the afsconf_cell structure,
rather than a local copy
* Access linked cell information from afsconf_cell, rather than
explicitly returning it
* Don't use globals for linkedcell
Change-Id: I6ad42c70dcac7f285997be7c95a77dc67bf63679
Reviewed-on: http://gerrit.openafs.org/1321
Reviewed-by: Alistair Ferguson <alistair.ferguson@mac.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/aklog/aklog.c | 151 ++++++++++++++++++++++++++++++-----------------------
1 files changed, 86 insertions(+), 65 deletions(-)
--
OpenAFS Master Repository