sys/vfs/hammer: Remove vfs.hammer.count_extra_space_used
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 25 May 2016 03:15:32 +0000 (12:15 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 25 May 2016 03:25:48 +0000 (12:25 +0900)
commit7b46f61d0bdc30b29344441738f7b298d85413ef
treec4784a51d7884ece5762a4c2b310e328d67d123f
parent151571be90508e432b3b8e329e327f9bd74ca195
sys/vfs/hammer: Remove vfs.hammer.count_extra_space_used

This was added in a7e9bef1 in 2008 for debugging.
Exposing this to userspace isn't useful for users anyway considering
this is a sum of several internal parameters on resource usage.
sys/vfs/hammer/hammer.h
sys/vfs/hammer/hammer_blockmap.c
sys/vfs/hammer/hammer_vfsops.c