OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1469-gafc3ded
Gerrit Code Review
gerrit@openafs.org
Sun, 31 Jul 2011 10:22:22 -0700 (PDT)
The following commit has been merged in the master branch:
commit afc3ded56795d30e4e0f38d11f8302568943c49b
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Fri Jul 29 18:09:53 2011 -0400
Windows: Do not execute tasks on deleted files
If a cm_BkgDaemon thread finds a queued request whose cm_scache_t
has the CM_SCACHEFLAG_DELETED flag set, do not execute the request
and fail it immediately with CM_ERROR_BADFD. Any attempt to execute
the request will fail with VNOVNODE from the file server.
Change-Id: Ib74300568ac083e39506b0d106a5984e8fe5e464
Reviewed-on: http://gerrit.openafs.org/5120
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/cm_daemon.c | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository