From owner-freebsd-commit Thu Oct 19 14:35:28 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA02881 for freebsd-commit-outgoing; Thu, 19 Oct 1995 14:35:28 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA02869 for cvs-all-outgoing; Thu, 19 Oct 1995 14:35:20 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA02859 for cvs-sys-outgoing; Thu, 19 Oct 1995 14:35:17 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA02850 ; Thu, 19 Oct 1995 14:35:06 -0700 Date: Thu, 19 Oct 1995 14:35:06 -0700 From: David Greenman Message-Id: <199510192135.OAA02850@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vnode_pager.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/19 14:35:05 Modified: sys/vm vnode_pager.c Log: Fix initialization of "bsize" in vnode_pager_haspage(). It must happen after the check for the mount point still existing or else the system will panic if someone forcibly unmounted the filesystem.