OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2473-gb750d82
Gerrit Code Review
gerrit@openafs.org
Fri, 4 May 2012 10:25:56 -0700 (PDT)
The following commit has been merged in the master branch:
commit b750d82a8460cc1bd5a5761ed160b09ac5c132f5
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Wed May 2 17:42:59 2012 -0400
Windows: cm_QueueBKGRequest improvements
Do not add duplicate requests into the queue. Outstanding extent requests
will be re-issued by the afs redirector on a periodic basis while
waiting for them to be satisfied. If they are pending there is no
need to remember them a second time.
Use separate queues for Fetch and Store operations. Store operations
might be blocked on the file server but a Fetch operation might be served
from the cache.
Change-Id: I8e15c71275921c9a062944d52bf97a0ba68fe430
Reviewed-on: http://gerrit.openafs.org/7312
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/WINNT/afsd/cm_daemon.c | 39 ++++++++++++++++++++++++++++++++++-----
1 files changed, 34 insertions(+), 5 deletions(-)
--
OpenAFS Master Repository