OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Wed, 30 Mar 2005 15:49:36 EST
Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-3/src/WINNT/afsd
Modified Files:
cm_callback.c cm_conn.c cm_dcache.c cm_ioctl.c cm_utils.c
cm_vnodeops.c cm_volume.c smb.c smb3.c
Log Message:
DELTA windows-stress-test-fixes-20050330
AUTHOR jaltman@secure-endpoints.com
Ran more stress tests against 1.3.80b on a dual processor machine and
found a number of additional errors which could be fixed.
cm_callback.c: correct the refCount handling of server lists when
processing registering callbacks on the scache entry
cm_conn.c: cm_Analyze was not handling the CM_ERROR_NOSUCHVOLUME case.
In this case force a retry and Force Update the Volume info
cm_dcache.c; do not hold mx locks around calls to rx_NewCall(). That is
why we have reference counting on the rx_connection objects.
cm_ioctl.c: replace references to afsdcell.ini with CellServDB
cm_utils.c: formatting
cm_vnodeops.c: improve the logging and add a missing call to
cm_EndCallbackGrantingCall()
cm_volume.c: allows cm_volume_t objects to be reused if their
ref count is 0 and we have hit the maximum number allowed.
smb.c: improve the logging and the handling of dead_vcp references.
If all of the SMB sessions and NCBs are in use, return BUSY to the
CIFS client.
smb3.c: convert constants to preprocessor symbols
--- DELTA config follows ---
windows-stress-test-fixes-20050330 openafs/src/WINNT/afsd/cm_callback.c 1.28 1.29
windows-stress-test-fixes-20050330 openafs/src/WINNT/afsd/cm_conn.c 1.32 1.33
windows-stress-test-fixes-20050330 openafs/src/WINNT/afsd/cm_dcache.c 1.17 1.18
windows-stress-test-fixes-20050330 openafs/src/WINNT/afsd/cm_ioctl.c 1.46 1.47
windows-stress-test-fixes-20050330 openafs/src/WINNT/afsd/cm_utils.c 1.7 1.8
windows-stress-test-fixes-20050330 openafs/src/WINNT/afsd/cm_vnodeops.c 1.31 1.32
windows-stress-test-fixes-20050330 openafs/src/WINNT/afsd/cm_volume.c 1.12 1.13
windows-stress-test-fixes-20050330 openafs/src/WINNT/afsd/smb.c 1.74 1.75
windows-stress-test-fixes-20050330 openafs/src/WINNT/afsd/smb3.c 1.66 1.67