diff options
| author | Matthew Ahrens <mahrens@delphix.com> | 2012-08-30 05:13:49 -0700 |
|---|---|---|
| committer | Matthew Ahrens <mahrens@delphix.com> | 2012-08-30 05:13:49 -0700 |
| commit | cd1c8b85eb30b568e9816221430c479ace7a559d (patch) | |
| tree | f6351fdf63dfa245363155b374b92d424773e283 /usr/src/cmd/ztest | |
| parent | 31495a1e56860f4575614774a592fe33fc9c71f2 (diff) | |
| download | illumos-joyent-cd1c8b85eb30b568e9816221430c479ace7a559d.tar.gz | |
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>
Diffstat (limited to 'usr/src/cmd/ztest')
| -rw-r--r-- | usr/src/cmd/ztest/ztest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/cmd/ztest/ztest.c b/usr/src/cmd/ztest/ztest.c index bb6398cbda..caa7834584 100644 --- a/usr/src/cmd/ztest/ztest.c +++ b/usr/src/cmd/ztest/ztest.c @@ -5835,6 +5835,8 @@ main(int argc, char **argv) (void) setvbuf(stdout, NULL, _IOLBF, 0); + dprintf_setup(&argc, argv); + if (!ischild) { process_options(argc, argv); |
