From owner-cvs-all Thu Oct 8 16:35:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA19985 for cvs-all-outgoing; Thu, 8 Oct 1998 16:35:06 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA19917; Thu, 8 Oct 1998 16:34:48 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA09560; Thu, 8 Oct 1998 16:34:46 -0700 (PDT) Date: Thu, 8 Oct 1998 16:34:46 -0700 (PDT) Message-Id: <199810082334.QAA09560@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/mfs mfs_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/10/08 16:34:46 PDT Modified files: sys/ufs/mfs mfs_vfsops.c Log: Allow the module area to be used in order to find the MFS image (in addition to allowing it to be compiled in) and stop overloading the MFS_ROOT variable to store size information. Revision Changes Path 1.46 +28 -96 src/sys/ufs/mfs/mfs_vfsops.c