commit 7d3646250c198f8b52137fa62ce3d3b212212d96
Author: Tomohiro Kusumi <[email protected]>
Date: Sat Nov 21 03:05:41 2015 +0900
sys/vfs/hammer: Remove unused struct hammer_mount members
count_newrecords is still being used by hammer_mem_add(),
but this should have been removed by 32fcc103 when it got
rid of the code logic that contains count_newrecords.
unused01 used to be io_running_wakeup until 3038a8ca, but
hammer_mount doesn't need dummy bytes here.
Other two are simply no longer used.
Summary of changes:
sys/vfs/hammer/hammer.h | 4 ----
sys/vfs/hammer/hammer_object.c | 1 -
2 files changed, 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7d3646250c198f8b52137fa62ce3d3b212212d96
--
DragonFly BSD source repository