OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2972-g63ded5b

Gerrit Code Review gerrit@openafs.org
Mon, 1 Oct 2012 16:19:55 -0700 (PDT)


The following commit has been merged in the master branch:
commit 63ded5bc452bf6cdd10db4d9e1befb9a71fad539
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Tue Sep 25 14:18:39 2012 -0400

    Windows: add cm_req_t to RDR_ioctl_t
    
    The cm_req_t structure flags store information related to
    the source of the request and whether the process is WOW64 or not.
    This information is required for proper pioctl processing.  Add
    a cm_req_t structure to the RDR_ioctl_t structure and initialize
    it in RDR_SetupIoctl() which is called from RDR_PioctlOpen().
    
    Change-Id: I351101f036f63bbb1f0d7b19e9b092b18a3e070e
    Reviewed-on: http://gerrit.openafs.org/8158
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsrdr/user/RDRFunction.c |    5 +-
 src/WINNT/afsrdr/user/RDRIoctl.c    |  212 +++++++++++------------------------
 src/WINNT/afsrdr/user/RDRIoctl.h    |    3 +-
 3 files changed, 73 insertions(+), 147 deletions(-)

-- 
OpenAFS Master Repository