Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2010 07:30:06 GMT
From:      Andriy Gapon <avg@freebsd.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/150544: Panic, when viewing the list of ZFS snapshots
Message-ID:  <201009140730.o8E7U6Dp095328@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/150544; it has been noted by GNATS.

From: Andriy Gapon <avg@freebsd.org>
To: jhell <jhell@DataIX.net>, Pawel Jakub Dawidek <pjd@freebsd.org>
Cc: "Vladislav V. Prodan" <universite@ukr.net>, bug-followup@freebsd.org
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009140730.o8E7U6Dp095328>