From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 14 06:40:05 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 1BDF4106566C for ; Tue, 14 Sep 2010 06:40:05 +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 E53A88FC14 for ; Tue, 14 Sep 2010 06:40:04 +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 o8E6e4Xx021942 for ; Tue, 14 Sep 2010 06:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8E6e4Za021941; Tue, 14 Sep 2010 06:40:04 GMT (envelope-from gnats) Date: Tue, 14 Sep 2010 06:40:04 GMT Message-Id: <201009140640.o8E6e4Za021941@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 06:40:05 -0000 The following reply was made to PR kern/150544; it has been noted by GNATS. From: Andriy Gapon To: jhell , Pawel Jakub Dawidek Cc: "Vladislav V. Prodan" , bug-followup@freebsd.org Subject: Re: kern/150544: Panic, when viewing the list of ZFS snapshots Date: Tue, 14 Sep 2010 09:35:40 +0300 on 14/09/2010 09:26 Andriy Gapon said the following: > on 14/09/2010 09:19 Andriy Gapon said the following: >> Looks like unimplemented vop_lock1. >> I think that default implementation usually comes in via default_vnodeops, but >> can be locally overridden. >> What kind of a vnode is this? Can you print *vp in e.g. frame 8? >> > > Hmm, very strange, zfsctl_mknode_shares() passes zfsctl_ops_shares as a new > vop_vector to gfs_dir_create(), but I don't see zfsctl_ops_shares being > populated with actual vnode operations anywhere. > Maybe this happens because we don't really support .zfs/shares, but create (or try to create) that directory for some reason? -- Andriy Gapon