OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3130-g887cff5
Gerrit Code Review
gerrit@openafs.org
Fri, 23 Nov 2012 07:46:26 -0800 (PST)
The following commit has been merged in the master branch:
commit c99797eadc80efa24972a85d1c37e03393c888ca
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Sat Nov 17 21:32:44 2012 -0500
Windows: buf_CleanLocked validate cm_scache_t
If the cm_scache_t object is not passed in by the caller ensure
that the cm_scache_t has a valid callback. If the cm_scache_t
has the CM_SCACHEFLAG_DELETED flag set, clear the dirty flag on
the cm_buf_t and do not bother contacting the file server.
Change-Id: If85be550b59765f64aadea4e1882af9430cebcb4
Reviewed-on: http://gerrit.openafs.org/8473
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsd/cm_buf.c | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository