OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1557-ga576ff1
Gerrit Code Review
gerrit@openafs.org
Tue, 23 Aug 2011 12:13:53 -0700 (PDT)
The following commit has been merged in the master branch:
commit a6138b412d3b4197b22ca7fb63d8cdc9671ef67c
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Thu Aug 18 21:53:45 2011 -0400
Windows: Track file server lock count
The fsLockCount field is the lock count reported by the
file server as part of the status info. Lock acquisition
and releasing does not obtain new status info but we can
estimate what the lock count is by tracking it ourselves
for each of our successful RXAFS_SetLock and RXAFS_ReleaseLock
RPCs and failed RXAFS_ExtendLock RPCs.
Change-Id: Ib5dc5853d82a1292e848bf67d4d9932485177d91
Reviewed-on: http://gerrit.openafs.org/5298
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/cm_scache.c | 4 +++-
src/WINNT/afsd/cm_scache.h | 6 ++++--
src/WINNT/afsd/cm_vnodeops.c | 25 ++++++++++++++++++++++++-
3 files changed, 31 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository