From owner-cvs-all Sat Jul 25 08:53:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA02753 for cvs-all-outgoing; Sat, 25 Jul 1998 08:53:05 -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 IAA02736; Sat, 25 Jul 1998 08:53:00 -0700 (PDT) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA04193; Sat, 25 Jul 1998 08:52:12 -0700 (PDT) Date: Sat, 25 Jul 1998 08:52:12 -0700 (PDT) Message-Id: <199807251552.IAA04193@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys mount.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 1998/07/25 08:52:12 PDT Modified files: sys/sys mount.h Log: Allow VFS LKMs to override the default module dispatch functions if VFS_LKM_NO_DEFAULT_DISPATCH is defined. Revision Changes Path 1.63 +14 -7 src/sys/sys/mount.h