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

From: Andriy Gapon <a...@freebsd.org>
To: jhell <jh...@dataix.net>, Pawel Jakub Dawidek <p...@freebsd.org>
Cc: "Vladislav V. Prodan" <univers...@ukr.net>, bug-follo...@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
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to