]> git.michaelhowe.org Git - packages/o/openafs.git/commit
DEVEL15-windows-buf-setdirty-20080724
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 24 Jul 2008 20:33:53 +0000 (20:33 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 24 Jul 2008 20:33:53 +0000 (20:33 +0000)
commit31ea04b3b6dfbf328a6339fa792b9d6aae4ed82c
tree33857508a219fc32304fc39ec9746039f8863055
parentce52b6fc950dafb1848b43130f58b15b79035605
DEVEL15-windows-buf-setdirty-20080724

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.

(cherry picked from commit c10b26ca355e47bfb486de971ac275fb281461ca)
src/WINNT/afsd/cm_buf.c
src/WINNT/afsd/cm_buf.h
src/WINNT/afsd/rawops.c
src/WINNT/afsd/smb.c