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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Thu, 24 Jul 2008 13:54:55 EDT


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

Modified Files:
	cm_vnodeops.c cm_vnodeops.h smb.c smb3.c 
Log Message:
DELTA windows-cm-makedir-20080724
AUTHOR jaltman@secure-endpoints.com
LICENSE MIT

Extend the cm_MakeDir() function signature to permit the (optional)
return of the cm_scache_t object that was created by the operation
in the same way that cm_Create() does.

Make the return of the cm_scache_t by cm_Create() optional although 
it is never used that way.

In both cm_Create() and cm_MakeDir() avoid releasing the cm_scache_t 
object until we are actually finished with it.



--- DELTA config follows ---
windows-cm-makedir-20080724 openafs/src/WINNT/afsd/cm_vnodeops.c 1.153 1.154
windows-cm-makedir-20080724 openafs/src/WINNT/afsd/cm_vnodeops.h 1.26 1.27
windows-cm-makedir-20080724 openafs/src/WINNT/afsd/smb.c 1.203 1.204
windows-cm-makedir-20080724 openafs/src/WINNT/afsd/smb3.c 1.162 1.163