sbin/hammer: Remove redundant cache counter NCache
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 16 Dec 2016 16:49:12 +0000 (01:49 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 17 Dec 2016 16:34:18 +0000 (01:34 +0900)
commite827d884ce8cb364ce2960d152f863fabf413976
treeea741f0d0b41efcbec2703661810feb767a34a77
parent62997e7b716e62400ad5448d7d19e69565035a2f
sbin/hammer: Remove redundant cache counter NCache

Incrementation and decrementation of NCache is always aligned
with CacheUse in a single thread program like /sbin/hammer,
so this cache counter isn't necessary.
sbin/hammer/cache.c