From owner-cvs-src@FreeBSD.ORG Sat Dec 2 19:46:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E65DF16A407; Sat, 2 Dec 2006 19:46:16 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DF8143CA6; Sat, 2 Dec 2006 19:45:54 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kB2JkAtN000721; Sat, 2 Dec 2006 12:46:15 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <4571D7FC.3030408@samsco.org> Date: Sat, 02 Dec 2006 12:46:04 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 MIME-Version: 1.0 To: Craig Rodrigues References: <200612021935.kB2JZuLd023097@repoman.freebsd.org> In-Reply-To: <200612021935.kB2JZuLd023097@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/unionfs union.h union_subr.c union_vfsops.c union_vnops.c src/sbin/mount_unionfs Makefile mount_unionfs.8 mount_unionfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 19:46:17 -0000 Craig Rodrigues wrote: > rodrigc 2006-12-02 19:35:56 UTC > > FreeBSD src repository > > Modified files: > sys/fs/unionfs union.h union_subr.c union_vfsops.c > union_vnops.c > sbin/mount_unionfs Makefile mount_unionfs.8 mount_unionfs.c > Log: What about the VFS changes that were also made in the latest patchset? Scott