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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Thu, 24 Jul 2008 15:32:59 EDT


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

Modified Files:
	cm_buf.c cm_buf.h rawops.c smb.c 
Log Message:
DELTA windows-buf-setdirty-20080724
AUTHOR jaltman@secure-endpoints.com
LICENSE MIT

Everytime the CM_BUF_DIRTY flag is set on a cm_buf_t, the userp field
on the cm_buf_t must also be set.  Add a cm_user_t parameter to buf_SetDirty()
so that each function that calls it doesn't have to manually set the 
last write user.  This improves code readability and the abstraction layering.



--- DELTA config follows ---
windows-buf-setdirty-20080724 openafs/src/WINNT/afsd/cm_buf.c 1.72 1.73
windows-buf-setdirty-20080724 openafs/src/WINNT/afsd/cm_buf.h 1.29 1.30
windows-buf-setdirty-20080724 openafs/src/WINNT/afsd/rawops.c 1.9 1.10
windows-buf-setdirty-20080724 openafs/src/WINNT/afsd/smb.c 1.204 1.205