OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Fri, 11 Jul 2008 18:25:21 EDT


Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-head/src/WINNT/afsd

Modified Files:
	cm_dir.c cm_ioctl.c cm_ioctl.h smb_ioctl.c 
Log Message:
DELTA windows-cm_req-layer-purity-20080711
AUTHOR jaltman@secure-endpoints.com
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.



--- DELTA config follows ---
windows-cm_req-layer-purity-20080711 openafs/src/WINNT/afsd/cm_dir.c 1.21 1.22
windows-cm_req-layer-purity-20080711 openafs/src/WINNT/afsd/cm_ioctl.c 1.122 1.123
windows-cm_req-layer-purity-20080711 openafs/src/WINNT/afsd/cm_ioctl.h 1.22 1.23
windows-cm_req-layer-purity-20080711 openafs/src/WINNT/afsd/smb_ioctl.c 1.37 1.38