OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2453-g7d0a0b6
Gerrit Code Review
gerrit@openafs.org
Sun, 29 Apr 2012 12:32:10 -0700 (PDT)
The following commit has been merged in the master branch:
commit 7d0a0b66cca5dfd7f9c42032393632abadb1aa76
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Wed Apr 25 18:05:01 2012 -0400
Windows: fs getcacheparms
The get cache params output is supposed to include two values:
. the size of the cache
. the size of the cache in use
Windows no longer has a concept of an unused cache buffer. All
buffers are inserted onto the freelist and are available for
recycling when the AFSCache file is created. Instead of reporting
the used cache space as 0K, report it as the full cache in use.
It is likely to disturb users less.
Change-Id: I6c1475f26e561d245bfa2b658c77ba683f735bb5
Reviewed-on: http://gerrit.openafs.org/7284
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/WINNT/afsd/cm_ioctl.c | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository