OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-21-gafdfbef
Gerrit Code Review
gerrit@openafs.org
Thu, 29 Oct 2009 15:23:46 -0700 (PDT)
The following commit has been merged in the master branch:
commit afdfbefe9cbf1818bee0072d2845fd02f7ac69a4
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Thu Oct 29 18:53:30 2009 +0000
Cleanup cache bypass
This patch cleans up the cache bypass code so that it uses a
consistent form of indentation throughout the file.
It also changes the do { } while(0); macros to omit the trailing
semicolon, as macro definitions with trailing semicolons break
normal coding conventions.
Change-Id: Id5161fe4b1ba27110e41ed27e14a2bb3c9cccd4a
Reviewed-on: http://gerrit.openafs.org/754
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_bypasscache.c | 300 +++++++++++++++++++++++----------------------
1 files changed, 152 insertions(+), 148 deletions(-)
--
OpenAFS Master Repository