commit ff05496f5c8926c97edf2a5d56055f1f7794e479
Author: Tomohiro Kusumi <[email protected]>
Date: Fri Sep 13 04:26:41 2019 +0900
sbin/hammer2: Move hammer2_demon() to cmd_service.c
Remove dependencies (global variables and pthread) from subs.c
to make it usable from newfs_hammer2(8) which defines several
duplicated functions.
Summary of changes:
sbin/hammer2/cmd_service.c | 77 ++++++++++++++++++++++++++++++++++++++++++++++
sbin/hammer2/subs.c | 77 ----------------------------------------------
2 files changed, 77 insertions(+), 77 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ff05496f5c8926c97edf2a5d56055f1f7794e479
--
DragonFly BSD source repository