OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4370-gaf72e83
Gerrit Code Review
gerrit@openafs.org
Thu, 25 Sep 2014 08:29:42 -0400
The following commit has been merged in the master branch:
commit af72e83832e0849f04e28a355b5a55166cfc0982
Author: pete scott <pscott@kerneldrivers.com>
Date: Wed Sep 24 10:06:38 2014 -0600
Windows: FileInfo too small INFO_LENGTH_MISMATCH
The FileAllInformation query is initially processed by the IO Manager
and when the IO Manager is passed a buffer that is too small to hold
the File Information structure it returns STATUS_INFO_LENGTH_MISMATCH.
Previously the afs redirector returned STATUS_BUFFER_TOO_SMALL in this
case. Instead follow IO Manager's lead.
Change-Id: I74d1b68d37fb9e79cae79408eac1f5dc4dd05e1e
Reviewed-on: http://gerrit.openafs.org/11487
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/kernel/lib/AFSFileInfo.cpp | 86 ++++++++++-----------------
1 files changed, 31 insertions(+), 55 deletions(-)
--
OpenAFS Master Repository