From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 14 08:20:13 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CBFC10656DE for ; Tue, 14 Sep 2010 08:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0C3138FC14 for ; Tue, 14 Sep 2010 08:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8E8KCbC057041 for ; Tue, 14 Sep 2010 08:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8E8KCWH057032; Tue, 14 Sep 2010 08:20:12 GMT (envelope-from gnats) Date: Tue, 14 Sep 2010 08:20:12 GMT Message-Id: <201009140820.o8E8KCWH057032@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Andriy Gapon Cc: Subject: Re: kern/150544: Panic, when viewing the list of ZFS snapshots X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andriy Gapon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 08:20:13 -0000 The following reply was made to PR kern/150544; it has been noted by GNATS. From: Andriy Gapon To: jhell Cc: Pawel Jakub Dawidek , "Vladislav V. Prodan" , bug-followup@freebsd.org, mm@freebsd.org Subject: Re: kern/150544: Panic, when viewing the list of ZFS snapshots Date: Tue, 14 Sep 2010 11:16:43 +0300 on 14/09/2010 11:06 jhell said the following: > Andriy, > That patch-up did solve it. As for what those shares directories are > good for I am not sure. Do they effect the sharenfs properties at all ?. > If so then I know to not apply this and to just not ls(1) or cd(1) that > directory until a more proper fix has been applied. I don't think .zfs/shares has anything to do with sharenfs. I think that it is used with sharesmb, which we do not support, because we don't have in-kernel CIFS server. At least, this is what google told me :-) -- Andriy Gapon