From owner-cvs-all Sat Jun 15 15:48:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B09A37B40C; Sat, 15 Jun 2002 15:48:14 -0700 (PDT) Received: (from mux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5FMmEV90178; Sat, 15 Jun 2002 15:48:14 -0700 (PDT) (envelope-from mux) Message-Id: <200206152248.g5FMmEV90178@freefall.freebsd.org> From: Maxime Henrion Date: Sat, 15 Jun 2002 15:48:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/unionfs union.h union_vfsops.c src/sbin/mount_unionfs mount_unionfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/06/15 15:48:14 PDT Modified files: sys/fs/unionfs union.h union_vfsops.c sbin/mount_unionfs mount_unionfs.c Log: nmount'ify unionfs further by using separate options instead of passing a flags mount options. This removes the include of sys/fs/unionfs/union.h in mount_unionfs as it should be. Reviewed by: phk Revision Changes Path 1.18 +17 -17 src/sbin/mount_unionfs/mount_unionfs.c 1.25 +0 -1 src/sys/fs/unionfs/union.h 1.55 +16 -5 src/sys/fs/unionfs/union_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message