]> git.michaelhowe.org Git - packages/o/openafs.git/commit
DEVEL15-windows-cm_req-layer-purity-20080711
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 11 Jul 2008 23:27:01 +0000 (23:27 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 11 Jul 2008 23:27:01 +0000 (23:27 +0000)
commit56dd2f5ed7e383251f80eff91403f66ee388499c
treebf89a1278de3d675071822992040c9bf170edc95
parent71408881a0accf2484da382b512356598c4e88f8
DEVEL15-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.

(cherry picked from commit 30ba65bc5c216f73f89acf2aa97a4287a4de1f1f)
src/WINNT/afsd/cm_dir.c
src/WINNT/afsd/cm_ioctl.c
src/WINNT/afsd/cm_ioctl.h
src/WINNT/afsd/smb_ioctl.c