]> git.michaelhowe.org Git - packages/o/openafs.git/commit
DEVEL15-windows-cm-makedir-20080724
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 24 Jul 2008 18:56:54 +0000 (18:56 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 24 Jul 2008 18:56:54 +0000 (18:56 +0000)
commitce52b6fc950dafb1848b43130f58b15b79035605
treea7d8b910a6307b5140a269a467d3d058c5c5c960
parent9a8d0b900955a638fefc5f4355af22e2e19e7cc9
DEVEL15-windows-cm-makedir-20080724

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.

(cherry picked from commit 0ca9a136a79d78a81fb6a2e941b2a6feef0d4952)
src/WINNT/afsd/cm_vnodeops.c
src/WINNT/afsd/cm_vnodeops.h
src/WINNT/afsd/smb.c
src/WINNT/afsd/smb3.c