From owner-freebsd-hackers Wed Aug 18 8:11:21 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from oracle.dsuper.net (oracle.dsuper.net [205.205.255.1]) by hub.freebsd.org (Postfix) with ESMTP id 9FA16158BA for ; Wed, 18 Aug 1999 08:11:16 -0700 (PDT) (envelope-from bmilekic@dsuper.net) Received: from oracle.dsuper.net (oracle.dsuper.net [205.205.255.1]) by oracle.dsuper.net (8.9.3/8.9.3) with ESMTP id LAA16512 for ; Wed, 18 Aug 1999 11:11:51 -0400 (EDT) Date: Wed, 18 Aug 1999 11:11:51 -0400 (EDT) From: Bosko Milekic To: freebsd-hackers@freebsd.org Subject: Question(s) regarding sys/vm/swap_pager.c Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This may seem to be a ridiculous question... (sorry) I have a question specifically regarding sys/vm/swap_pager.c, I'm not very familiar with sys/vm/*, but I've noticed that the value of the static int no_swap_space (which is initially set to 1) is almost never checked. The only times that this value appears to be changed is during checks of vm_swap_size in swap_pager_putpages and swap_pager_copy. Is this value actually ever checked to determine anything? What exactly is its purpose? Thanks, Bosko. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message