OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_31-24-g56d9078
Gerrit Code Review
gerrit@openafs.org
Wed, 1 Oct 2014 10:20:21 -0400
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 56d9078756bd0c3439a786d909b5af7f55fe3224
Author: pete scott <pscott@kerneldrivers.com>
Date: Tue Sep 23 13:20:45 2014 -0600
Windows: !overwrite IOMgr populated FileInfo data
I/O Manager will populate the FILE_ACCESS_INFORMATION,
FILE_MODE_INFORMATION, and FILE_ALIGNMENT_INFORMATION portions of
a FILE_ALL_INFORMATION structure prior to forwarding a FileAllInformation
FileInfo query to the file system. There is no need for the file system
to duplicate the effort.
Reviewed-on: http://gerrit.openafs.org/11478
Reviewed-by: Peter Scott <pscott@kerneldrivers.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
(cherry picked from commit 06995ceb4d664c3f14f6626da447cf9891470719)
Change-Id: Icf21e76f564a3df8c3808a36834f04b92dc30c46
Reviewed-on: http://gerrit.openafs.org/11500
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/kernel/lib/AFSFileInfo.cpp | 134 ++++-------------------
src/WINNT/afsrdr/kernel/lib/Include/AFSCommon.h | 18 ---
2 files changed, 23 insertions(+), 129 deletions(-)
--
OpenAFS Master Repository