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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Sun, 28 Jun 2009 23:25:16 EDT


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

Modified Files:
	cm_vnodeops.c 
Log Message:
DELTA windows-hard-link-count-20090628
AUTHOR jaltman@secure-endpoints.com
LICENSE MIT

cm_Link() is used to create hard links.  It did not apply the updated 
link target status info to the target cm_scache_t object.  As a result
the linkCount would be incorrect.

cm_Unlink() did not take linkCount into account.  It did not reduce the
locally known linkCount, nor did it invalidate any currently known 
callback.  As a result the linkCount would be incorrect.



--- DELTA config follows ---
windows-hard-link-count-20090628 openafs/src/WINNT/afsd/cm_vnodeops.c 1.170 1.171