kern/150544: Panic, when viewing the list of ZFS snapshots

Andriy Gapon avg at freebsd.org
Tue Sep 14 07:30:06 UTC 2010


The following reply was made to PR kern/150544; it has been noted by GNATS.

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


More information about the freebsd-bugs mailing list