OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_11-19-gd3d867d
Gerrit Code Review
gerrit@openafs.org
Fri, 4 May 2012 21:30:19 -0700 (PDT)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit d3d867db8fd65edf3284d2f07c4caef1d8c002a3
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.
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>
(cherry picked from commit b750d82a8460cc1bd5a5761ed160b09ac5c132f5)
Change-Id: I0af9e58dca47b552ad8949a77bbe6e79fc65883b
Reviewed-on: http://gerrit.openafs.org/7338
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/WINNT/afsd/cm_daemon.c | 39 ++++++++++++++++++++++++++++++++++-----
1 files changed, 34 insertions(+), 5 deletions(-)
--
OpenAFS Master Repository