OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-623-g9f584e8
Gerrit Code Review
gerrit@openafs.org
Mon, 10 Jan 2011 11:54:56 -0800 (PST)
The following commit has been merged in the master branch:
commit 9f584e811486da7129a61da554fae09029b0de67
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Sat Jan 8 12:21:23 2011 -0500
Windows: refactor buf_Get() to improve readability
Refactor buf_Get() by using a switch() instead of a jumble
of if() conditionals.
Improve comments to make it clear that given the current
use and implementation of cm_BufRead() from cm_dcache.c
that created buffer pages will never be populated with
actual data.
Change-Id: Ib3f5778ae32f210127537e16ecc32e1598dbefc7
Reviewed-on: http://gerrit.openafs.org/3630
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/cm_buf.c | 43 +++++++++++++++++++++++++------------------
1 files changed, 25 insertions(+), 18 deletions(-)
--
OpenAFS Master Repository