From owner-freebsd-current@FreeBSD.ORG Mon Sep 15 08:12:48 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 78419106567C for ; Mon, 15 Sep 2008 08:12:48 +0000 (UTC) (envelope-from stevenschlansker@berkeley.edu) Received: from gateway0.EECS.Berkeley.EDU (gateway0.EECS.Berkeley.EDU [169.229.60.87]) by mx1.freebsd.org (Postfix) with ESMTP id 307908FC21 for ; Mon, 15 Sep 2008 08:12:48 +0000 (UTC) (envelope-from stevenschlansker@berkeley.edu) Received: from emu.stevenschlansker.is-a-geek.org (66-117-142-212.lmi.net [66.117.142.212]) (authenticated bits=0) by gateway0.EECS.Berkeley.EDU (8.14.3/8.13.5) with ESMTP id m8F7vZ2q008436 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Mon, 15 Sep 2008 00:57:37 -0700 (PDT) Message-Id: From: Steven Schlansker To: freebsd-current@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Date: Mon, 15 Sep 2008 00:57:30 -0700 X-Mailer: Apple Mail (2.926) X-Mailman-Approved-At: Mon, 15 Sep 2008 11:22:08 +0000 Subject: pjd's ZFS 2008-07-27 patches against HEAD 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, 15 Sep 2008 08:12:48 -0000 Hello everyone, I recently got fed up with all the deadlocks that ZFS seems to have on my home server (things hang in zfs: states, nothing can kill them, prevents rebooting, etc) so I decided to try out -CURRENT with the latest ZFS patches. However, they no longer seem to apply cleanly. Specifically, [steven@universe:/usr/src]% bzcat ~/zfs_20080727.patch.bz2 | sudo patch -s -C -p0 1 out of 14 hunks failed--saving rejects to cddl/contrib/opensolaris/ lib/libzpool/common/sys/zfs_context.h.rej 1 out of 11 hunks failed--saving rejects to sys/cddl/contrib/ opensolaris/uts/common/fs/zfs/vdev_file.c.rej 1 out of 33 hunks failed--saving rejects to sys/cddl/contrib/ opensolaris/uts/common/fs/zfs/zfs_ctldir.c.rej 1 out of 20 hunks failed--saving rejects to sys/cddl/contrib/ opensolaris/uts/common/fs/zfs/zfs_replay.c.rej 1 out of 115 hunks failed--saving rejects to sys/cddl/contrib/ opensolaris/uts/common/fs/zfs/zfs_vnops.c.rej 4 out of 29 hunks failed--saving rejects to sys/cddl/contrib/ opensolaris/uts/common/fs/zfs/zfs_znode.c.rej 1 out of 11 hunks failed--saving rejects to sys/kern/kern_jail.c.rej I was wondering if there is a newer patch out there (I don't see anything in ~pjd/patches) or if anyone has had any luck getting the patch to apply cleanly to the latest HEAD. Thanks, Steven Schlansker