cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs
zfs_ioctl.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Mon Apr 16 10:23:26 UTC 2007
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 at yandex.ru>
Revision Changes Path
1.3 +1 -1 src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c
More information about the cvs-src
mailing list