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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Thu, 24 Jul 2008 15:39:41 EDT


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

Modified Files:
      Tag: openafs-windows-kdfs-ifs-branch
	cm_buf.c cm_buf.h rawops.c smb.c 
Log Message:
DELTA KDFS-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 for openafs-windows-kdfs-ifs-branch follows ---
KDFS-windows-buf-setdirty-20080724 openafs/src/WINNT/afsd/cm_buf.c 1.68.2.4 1.68.2.5
KDFS-windows-buf-setdirty-20080724 openafs/src/WINNT/afsd/cm_buf.h 1.26.2.3 1.26.2.4
KDFS-windows-buf-setdirty-20080724 openafs/src/WINNT/afsd/rawops.c 1.8.2.1 1.8.2.2
KDFS-windows-buf-setdirty-20080724 openafs/src/WINNT/afsd/smb.c 1.191.2.13 1.191.2.14