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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Wed, 30 Mar 2005 15:50:18 EST


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

Modified Files:
      Tag: openafs-stable-1_4_x
	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 STABLE14-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 for openafs-stable-1_4_x follows ---
STABLE14-windows-stress-test-fixes-20050330 openafs/src/WINNT/afsd/cm_callback.c 1.20.2.8 1.20.2.9
STABLE14-windows-stress-test-fixes-20050330 openafs/src/WINNT/afsd/cm_conn.c 1.25.2.7 1.25.2.8
STABLE14-windows-stress-test-fixes-20050330 openafs/src/WINNT/afsd/cm_dcache.c 1.11.2.6 1.11.2.7
STABLE14-windows-stress-test-fixes-20050330 openafs/src/WINNT/afsd/cm_ioctl.c 1.33.2.10 1.33.2.11
STABLE14-windows-stress-test-fixes-20050330 openafs/src/WINNT/afsd/cm_utils.c 1.5.14.2 1.5.14.3
STABLE14-windows-stress-test-fixes-20050330 openafs/src/WINNT/afsd/cm_vnodeops.c 1.19.2.11 1.19.2.12
STABLE14-windows-stress-test-fixes-20050330 openafs/src/WINNT/afsd/cm_volume.c 1.8.2.4 1.8.2.5
STABLE14-windows-stress-test-fixes-20050330 openafs/src/WINNT/afsd/smb.c 1.55.2.17 1.55.2.18
STABLE14-windows-stress-test-fixes-20050330 openafs/src/WINNT/afsd/smb3.c 1.42.2.22 1.42.2.23