From owner-freebsd-current@FreeBSD.ORG Mon Sep 1 10:41:04 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A503A1065675 for ; Mon, 1 Sep 2008 10:41:04 +0000 (UTC) (envelope-from Thomas.Sparrevohn@btinternet.com) Received: from smtp821.mail.ukl.yahoo.com (smtp821.mail.ukl.yahoo.com [217.12.12.250]) by mx1.freebsd.org (Postfix) with SMTP id 1A14A8FC17 for ; Mon, 1 Sep 2008 10:41:03 +0000 (UTC) (envelope-from Thomas.Sparrevohn@btinternet.com) Received: (qmail 89836 invoked from network); 1 Sep 2008 10:14:23 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=btinternet.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Cc:References:In-Reply-To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:Thread-Index:Content-Language; b=f9rtliLdCJq8CP23uJTBMrHopiGaG4aPY0C1w1iJFhKs4ZWdSARE/iBF5tgPKpNJQHRCU3a/Bp2Um7LSBPfOFa3J4px7c6mfOHR0QFb7FACnhfbibW/gdi1T9ir+A961v25pTQNgBLlY1Z3xSvPWB/FkwdxsVhy1bAgDFdSb+fw= ; Received: from unknown (HELO W2FZZ0VC03) (thomas.sparrevohn@btinternet.com@86.136.31.195 with login) by smtp821.mail.ukl.yahoo.com with SMTP; 1 Sep 2008 10:14:23 -0000 X-YMail-OSG: VcDrym8VM1kwBixGwtJvMkal30WXUosyVA.vbMseoIEIFE.RAN2qvcMbhcbxrQ227TyTLafoMDbPfi9GNsVZ2pFVPpEuIB8vOBBZy3bB0m3tEjv_TpuHAkZOYq6c7Mg- X-Yahoo-Newman-Property: ymail-3 From: "Thomas Sparrevohn" To: "'kevin'" , "'FreeBSD Current'" References: <20080727125413.GG1345@garage.freebsd.pl> <488CBF49.10308@delphij.net> <48BBA841.3060507@163.com> In-Reply-To: <48BBA841.3060507@163.com> Date: Mon, 1 Sep 2008 11:14:22 +0100 Message-ID: <000001c90c1b$819c1530$84d43f90$@Sparrevohn@btinternet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AckMDR5YRU0HAPtHSnuRaXEBc3ubzwADhavA Content-Language: en-gb Cc: 'Pawel Jakub Dawidek' Subject: RE: ZFS patches. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2008 10:41:04 -0000 I ran into the same problem - Pawel what are the timeline for getting the patch into CURRENT? It seems to work fine - However I assume that some merging will have to be done with the NFSV4 ACL? -----Original Message----- From: owner-freebsd-current@freebsd.org [mailto:owner-freebsd-current@freebsd.org] On Behalf Of kevin Sent: 01 September 2008 09:31 To: FreeBSD Current Cc: Pawel Jakub Dawidek Subject: Re: ZFS patches. Hi, The patch can't work with current source tree now. vdev_file.c,zfs_context.h and zfs_replay.c could not be patched correctly.I tried to do it by hand,it stop at: /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/vd ev_file.c: In function 'vdev_file_open': /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/vd ev_file.c:105: error: too many arguments to function 'VOP_GETATTR' *** Error code 1 Stop in /usr/src/sys/modules/zfs. *** Error code 1 Stop in /usr/src/sys/modules. It seems VOP_GETATTR was changed recently.(VOP_GETATTR in zfs_context.h) Thanks kevin _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"