OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-3-gb55f479
Gerrit Code Review
gerrit@openafs.org
Fri, 9 Sep 2011 10:12:34 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit b55f479608d01e7733e0c78003323674fd66df12
Author: Chaz Chandler <clc31@inbox.com>
Date: Sat Jul 3 15:02:30 2010 -0400
libafscp: code cleanup
This patch is intended to bring libafscp into accordance with the
current OpenAFS coding standards while also fixing a few small
issues. Apologies in advance for the numerous whitespace changes.
Reviewed-on: http://gerrit.openafs.org/4380
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 53377153eca062ae6252dc8c71e7f6cb16214076)
Change-Id: Ia1fbe4489b89d6b8c13f296243784233dcc6d158
Reviewed-on: http://gerrit.openafs.org/5379
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Makefile.in | 13 +-
configure.ac | 3 +-
src/libafscp/Makefile.in | 95 ++++
src/libafscp/afscp.h | 270 +++++----
src/libafscp/afscp_acl.c | 135 +++---
src/libafscp/afscp_callback.c | 1053 ++++++++++++++++++++++-------------
src/libafscp/afscp_dir.c | 1253 ++++++++++++++++++++++-------------------
src/libafscp/afscp_dirops.c | 416 ++++++++-------
src/libafscp/afscp_fid.c | 406 ++++++++------
src/libafscp/afscp_file.c | 309 ++++++-----
src/libafscp/afscp_init.c | 105 ++--
src/libafscp/afscp_internal.h | 94 +---
src/libafscp/afscp_server.c | 675 +++++++++++++---------
src/libafscp/afscp_util.c | 314 ++++++-----
src/libafscp/afscp_volume.c | 538 +++++++++---------
15 files changed, 3169 insertions(+), 2510 deletions(-)
--
OpenAFS Master Repository