From owner-cvs-all Tue Nov 3 00:01:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA02584 for cvs-all-outgoing; Tue, 3 Nov 1998 00:01:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 AAA02579; Tue, 3 Nov 1998 00:01:47 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA19718; Tue, 3 Nov 1998 00:01:48 -0800 (PST) Date: Tue, 3 Nov 1998 00:01:48 -0800 (PST) Message-Id: <199811030801.AAA19718@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_syscalls.c src/sys/miscfs/union union.h union_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/11/03 00:01:48 PST Modified files: sys/kern vfs_syscalls.c sys/miscfs/union union.h union_subr.c Log: Change the #ifdef UNION code into a callable hook. Arrange to have this set up when unionfs is present, either statically or as a kld module. Revision Changes Path 1.109 +15 -114 src/sys/kern/vfs_syscalls.c 1.13 +4 -1 src/sys/miscfs/union/union.h 1.32 +79 -1 src/sys/miscfs/union/union_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message