OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-19-g28ccbd1
Gerrit Code Review
gerrit@openafs.org
Thu, 29 Oct 2009 12:57:24 -0700 (PDT)
The following commit has been merged in the master branch:
commit 28ccbd1ad88f8cee34515b0552441083c310aa1d
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Thu Oct 29 18:42:41 2009 +0000
Coding style cleanup
Our style for function definitions has the name of the function as
the first item on a new line - this means you can find a definition
by using grep ^functionName. Fix the disconnected code to follow this
style.
Change-Id: I925039070f2bbbd97f04fbee006ea08df92d7cf5
Reviewed-on: http://gerrit.openafs.org/751
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_dcache.c | 10 +++-
src/afs/afs_disconnected.c | 90 ++++++++++++++++++++++++-------------------
src/afs/afs_vcache.c | 6 ++-
3 files changed, 61 insertions(+), 45 deletions(-)
--
OpenAFS Master Repository