Date: Mon, 16 Apr 2007 10:23:25 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs zfs_ioctl.c Message-ID: <200704161023.l3GANPQw037249@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2007-04-16 10:23:25 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs zfs_ioctl.c Log: Uncomment forgotten check. Without this check in-place, ZFS will panic on unload instead of returning EBUSY. This check tells if there are mounted ZFS file systems or not. We can't unload if there are mounted file systems. Reported by: Andrey V. Elsukov <bu7cher@yandex.ru> Revision Changes Path 1.3 +1 -1 src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704161023.l3GANPQw037249>