From 20a8b5f710ad7693bb65d0016ff45aa621034b05 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 25 Jan 2002 02:30:28 +0000 Subject: Move softdep sysctls from debug to vfs.ffs; art@ OK --- sys/ufs/ffs/ffs_softdep.c | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'sys/ufs/ffs/ffs_softdep.c') diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c index ec73a6e5b65..a44fe9d1688 100644 --- a/sys/ufs/ffs/ffs_softdep.c +++ b/sys/ufs/ffs/ffs_softdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ffs_softdep.c,v 1.33 2002/01/24 21:42:24 mickey Exp $ */ +/* $OpenBSD: ffs_softdep.c,v 1.34 2002/01/25 02:30:26 millert Exp $ */ /* * Copyright 1998, 2000 Marshall Kirk McKusick. All Rights Reserved. * @@ -559,22 +559,6 @@ STATIC int stat_indir_blk_ptrs; /* bufs redirtied as indir ptrs not written */ STATIC int stat_inode_bitmap; /* bufs redirtied as inode bitmap not written */ STATIC int stat_direct_blk_ptrs;/* bufs redirtied as direct ptrs not written */ STATIC int stat_dir_entry; /* bufs redirtied as dir entry cannot write */ -#ifdef DEBUG -#include -#include -struct ctldebug debug20 = { "max_softdeps", &max_softdeps }; -struct ctldebug debug21 = { "tickdelay", &tickdelay }; -struct ctldebug debug22 = { "worklist_push", &stat_worklist_push }; -struct ctldebug debug23 = { "blk_limit_push", &stat_blk_limit_push }; -struct ctldebug debug24 = { "ino_limit_push", &stat_ino_limit_push }; -struct ctldebug debug25 = { "blk_limit_hit", &stat_blk_limit_hit }; -struct ctldebug debug26 = { "ino_limit_hit", &stat_ino_limit_hit }; -struct ctldebug debug27 = { "sync_limit_hit", &stat_sync_limit_hit }; -struct ctldebug debug28 = { "indir_blk_ptrs", &stat_indir_blk_ptrs }; -struct ctldebug debug29 = { "inode_bitmap", &stat_inode_bitmap }; -struct ctldebug debug30 = { "direct_blk_ptrs", &stat_direct_blk_ptrs }; -struct ctldebug debug31 = { "dir_entry", &stat_dir_entry }; -#endif /* DEBUG */ /* * Add an item to the end of the work queue. -- cgit v1.2.3