The following commit has been merged in the master branch:
commit af72e83832e0849f04e28a355b5a55166cfc0982
Author: pete scott <[email protected]>
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 <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>

 src/WINNT/afsrdr/kernel/lib/AFSFileInfo.cpp |   86 ++++++++++-----------------
 1 files changed, 31 insertions(+), 55 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to