From owner-freebsd-bugs Sat Jun 15 11:36:52 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from backup.af.speednet.com.au (afgate.speednet.com.au [203.57.65.244]) by hub.freebsd.org (Postfix) with ESMTP id 1BD9D37B422 for ; Sat, 15 Jun 2002 11:36:46 -0700 (PDT) Received: from backup.af.speednet.com.au (andyf@backup.af.speednet.com.au [172.22.2.4]) by backup.af.speednet.com.au (8.11.6/8.11.6) with ESMTP id g5FI6vm04769; Sun, 16 Jun 2002 04:06:58 +1000 (EST) (envelope-from andyf@speednet.com.au) Date: Sun, 16 Jun 2002 04:06:57 +1000 (EST) From: Andy Farkas X-X-Sender: To: Makoto Matsushita Cc: Subject: Re: bin/39339: pstat/swapinfo(8) is buggy [PATCH] In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, 16 Jun 2002, Andy Farkas wrote: > > See src/sys/i386/conf/LINT, and discover what this option means, and > > why this value is not so large by default (in src/sys/vm/vm_swap.c). I suggest LINT and src/sys/vm/vm_swap.c be sync'd with regards to NSWAPDEV: # diff -u vm_swap.c-orig vm_swap.c --- vm_swap.c-orig Thu Nov 1 03:04:57 2001 +++ vm_swap.c Sun Jun 16 04:03:57 2002 @@ -60,7 +60,7 @@ */ #ifndef NSWAPDEV -#define NSWAPDEV 4 +#define NSWAPDEV 5 #endif static struct swdevt should_be_malloced[NSWAPDEV]; static struct swdevt *swdevt = should_be_malloced; -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message