OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_31-26-gcb3a699
Gerrit Code Review
gerrit@openafs.org
Wed, 1 Oct 2014 10:20:50 -0400
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 5013ff8417832aea9af205815557ec6fe098072d
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.
Reviewed-on: http://gerrit.openafs.org/11487
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
(cherry picked from commit af72e83832e0849f04e28a355b5a55166cfc0982)
Change-Id: Ic41e8c3844f59dce499d5fedff0d03da031ba6d1
Reviewed-on: http://gerrit.openafs.org/11501
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