Date: Mon, 17 Aug 2009 08:36:41 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_ioctl.c Message-ID: <200908170836.n7H8atCq013268@repoman.freebsd.org>
index | next in thread | raw e-mail
pjd 2009-08-17 08:36:41 UTC
FreeBSD src repository
Modified files:
sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_ioctl.c
Log:
SVN rev 196291 on 2009-08-17 08:36:41Z by pjd
- Fix a race where /dev/zfs control device is created before ZFS is fully
initialized. Also destroy /dev/zfs before doing other deinitializations.
- Initialization through taskq is no longer needed and there is a race
where one of the zpool/zfs command loads zfs.ko and tries to do some work
immediately, but /dev/zfs is not there yet.
Reported by: pav
Approved by: re (kib)
Revision Changes Path
1.13 +21 -25 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908170836.n7H8atCq013268>
