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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Sat, 14 Mar 2009 00:59:23 EDT


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

Modified Files:
	afsd.h cm_aclent.c cm_aclent.h cm_ioctl.c cm_user.c smb3.c 
	smb_ioctl.c 
Log Message:
DELTA windows-afsd-reset-acl-cache-20090312
AUTHOR jaltman@secure-endpoints.com
LICENSE MIT

Modify the cm_ResetACLCache interface to accept an optional cm_cell_t *.
At the moment every time a token is set or cleared all of the acl info
for all cm_scache_t objects regardless of cell is reset.  This is both
a performance hit and unnecessary.  If we know the cell, only reset
the acl info for cm_scache_t objects in that cell.  

If cell is not specified, reset for all cells.



--- DELTA config follows ---
windows-afsd-reset-acl-cache-20090312 openafs/src/WINNT/afsd/afsd.h 1.31 1.32
windows-afsd-reset-acl-cache-20090312 openafs/src/WINNT/afsd/cm_aclent.c 1.22 1.23
windows-afsd-reset-acl-cache-20090312 openafs/src/WINNT/afsd/cm_aclent.h 1.8 1.9
windows-afsd-reset-acl-cache-20090312 openafs/src/WINNT/afsd/cm_ioctl.c 1.141 1.142
windows-afsd-reset-acl-cache-20090312 openafs/src/WINNT/afsd/cm_user.c 1.15 1.16
windows-afsd-reset-acl-cache-20090312 openafs/src/WINNT/afsd/smb3.c 1.184 1.185
windows-afsd-reset-acl-cache-20090312 openafs/src/WINNT/afsd/smb_ioctl.c 1.43 1.44