From owner-freebsd-fs@FreeBSD.ORG Mon Jul 28 16:15:37 2008 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA1F71065675 for ; Mon, 28 Jul 2008 16:15:37 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id ADAD58FC1E for ; Mon, 28 Jul 2008 16:15:37 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from max.local (rrcs-74-218-226-253.se.biz.rr.com [74.218.226.253]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id m6SFdIJP001615; Mon, 28 Jul 2008 11:39:18 -0400 (EDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-current@freebsd.org Date: Mon, 28 Jul 2008 11:39:45 -0400 User-Agent: KMail/1.9.7 References: <20080727125413.GG1345@garage.freebsd.pl> <20080728032427.GN79560@egr.msu.edu> In-Reply-To: X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807281139.45771.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: freebsd-fs@freebsd.org Subject: Re: ZFS patches. X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2008 16:15:37 -0000 On Monday 28 July 2008, David Grochowski wrote: > Hey, > > On Sun, Jul 27, 2008 at 11:24 PM, Adam McDougall wrote: > > On Sun, Jul 27, 2008 at 02:54:13PM +0200, Pawel Jakub Dawidek wrote: > > > > > > Hi. > > > > > > http://people.freebsd.org/~pjd/patches/zfs_20080727.patch.bz2 > > > > Stop in /usr/src. > > I had the same issue. Try deleting > "/usr/src/sys/cddl/compat/opensolaris/sys/acl.h" and > "/usr/src/sys/cddl/compat/opensolaris/sys/callb.h" (make sure that > these files have a length of zero first!). When patching, these files > are supposed to be deleted, but were instead left as empty files. > Since these files are included before the actual ones in > "/usr/src/sys/cddl/contrib/opensolaris/uts/common/sys", this will > cause a problem. > > Also, I would like to note that the patch has been working for me > without any problems. Thanks for pointing this out David, I had been scratching my head too. (Also thanks to those who posted reminders to use patch -p0). I'm now up and running with the patch and an upgraded zpool. No issues thus far. I even tried to reproduce the UDP NFS write lockup issue I reported recently and was unable to. Thanks PJD! JN