]> git.michaelhowe.org Git - packages/o/openafs.git/commit
windows-cm_req-layer-purity-20080711
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 11 Jul 2008 23:25:21 +0000 (23:25 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 11 Jul 2008 23:25:21 +0000 (23:25 +0000)
commit30ba65bc5c216f73f89acf2aa97a4287a4de1f1f
treeaff509162526276f0d665bd6e915a24a35112460
parent5baf817a31e72d85415222af5c3dee70ed1f6bd3
windows-cm_req-layer-purity-20080711

LICENSE MIT

Ensure that the cm_req_t object is allocated and initialized at the
SMB layer for all incoming requests.  This is done for two reasons:

1. ensure that request start time is consistent across the lifetime
   of the request

2. permit the request object to be used to carry a flag indicating
   the source of the request.  This will permit different timeout
   algorithms to be used for SMB vs RDR in the future.
src/WINNT/afsd/cm_dir.c
src/WINNT/afsd/cm_ioctl.c
src/WINNT/afsd/cm_ioctl.h
src/WINNT/afsd/smb_ioctl.c