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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Fri, 11 Jul 2008 18:27:01 EDT


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

Modified Files:
      Tag: openafs-devel-1_5_x
	cm_dir.c cm_ioctl.c cm_ioctl.h smb_ioctl.c 
Log Message:
DELTA DEVEL15-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 for openafs-devel-1_5_x follows ---
DEVEL15-windows-cm_req-layer-purity-20080711 openafs/src/WINNT/afsd/cm_dir.c 1.4.4.17 1.4.4.18
DEVEL15-windows-cm_req-layer-purity-20080711 openafs/src/WINNT/afsd/cm_ioctl.c 1.73.2.49 1.73.2.50
DEVEL15-windows-cm_req-layer-purity-20080711 openafs/src/WINNT/afsd/cm_ioctl.h 1.14.2.8 1.14.2.9
DEVEL15-windows-cm_req-layer-purity-20080711 openafs/src/WINNT/afsd/smb_ioctl.c 1.25.2.12 1.25.2.13