Windows: Do not prime the service directory cache
authorJeffrey Altman <jaltman@your-file-system.com>
Wed, 4 Jan 2012 04:36:50 +0000 (23:36 -0500)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 11 Jan 2012 03:50:29 +0000 (19:50 -0800)
commitb92a676517084432c64e1ccb1efff59e7bcbe088
treeadc74d7768e30813f73cfa80ee13d5d667aa7c41
parent6ee54eb3821b70a51cfde8096f2d50d46ead1b8a
Windows: Do not prime the service directory cache

Performing a directory enumeration is an expensive operation
that we should be attempting to avoid.   The current directory
enumeration and evaluate target requests will use inline bulk
status RPCs to the file server which obtain status for 49 items
at a time from a single directory.

Change-Id: I78e08680fec9715c3c446d0c4c5226cd79db80bd
Reviewed-on: http://gerrit.openafs.org/6502
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Peter Scott <pscott@kerneldrivers.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/WINNT/afsrdr/kernel/lib/AFSDirControl.cpp