3112 ztest does not honor ZFS_DEBUG
commitcd1c8b85eb30b568e9816221430c479ace7a559d
authorMatthew Ahrens <mahrens@delphix.com>
Thu, 30 Aug 2012 12:13:49 +0000 (30 05:13 -0700)
committerMatthew Ahrens <mahrens@delphix.com>
Thu, 30 Aug 2012 12:13:49 +0000 (30 05:13 -0700)
treef6351fdf63dfa245363155b374b92d424773e283
parent31495a1e56860f4575614774a592fe33fc9c71f2
3112 ztest does not honor ZFS_DEBUG
3113 ztest should use watchpoints to protect frozen arc bufs
3114 some leaked nvlists in zfsdev_ioctl
3115 poll(2) returns prematurely in presence of spurious wakeups
Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Matt Amdur <Matt.Amdur@delphix.com>
Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Christopher Siden <chris.siden@delphix.com>
Approved by: Eric Schrock <eric.schrock@delphix.com>
14 files changed:
usr/src/cmd/ztest/ztest.c
usr/src/lib/libzpool/common/sys/zfs_context.h
usr/src/uts/common/fs/zfs/arc.c
usr/src/uts/common/fs/zfs/dsl_dataset.c
usr/src/uts/common/fs/zfs/dsl_synctask.c
usr/src/uts/common/fs/zfs/spa_history.c
usr/src/uts/common/fs/zfs/spa_misc.c
usr/src/uts/common/fs/zfs/sys/arc.h
usr/src/uts/common/fs/zfs/sys/zfs_debug.h
usr/src/uts/common/fs/zfs/zio.c
usr/src/uts/common/io/devpoll.c
usr/src/uts/common/os/condvar.c
usr/src/uts/common/sys/condvar.h
usr/src/uts/common/syscall/poll.c