The following reply was made to PR kern/150544; it has been noted by GNATS.
From: Andriy Gapon <[email protected]> To: jhell <[email protected]>, Pawel Jakub Dawidek <[email protected]> Cc: "Vladislav V. Prodan" <[email protected]>, [email protected] Subject: Re: kern/150544: Panic, when viewing the list of ZFS snapshots Date: Tue, 14 Sep 2010 10:25:36 +0300 on 14/09/2010 09:35 Andriy Gapon said the following: > > Maybe this happens because we don't really support .zfs/shares, but create > (or > try to create) that directory for some reason? > Could you please test this patch? --- a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c +++ b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c @@ -128,7 +128,6 @@ static int zfsctl_unmount_snap */ static gfs_dirent_t zfsctl_root_entries[] = { { "snapshot", zfsctl_mknode_snapdir, GFS_CACHE_VNODE }, - { "shares", zfsctl_mknode_shares, GFS_CACHE_VNODE }, { NULL } }; -- Andriy Gapon _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
