diff options
| author | Eric Taylor <Eric.Taylor@Sun.COM> | 2009-09-21 08:55:28 -0600 |
|---|---|---|
| committer | Eric Taylor <Eric.Taylor@Sun.COM> | 2009-09-21 08:55:28 -0600 |
| commit | 681d9761e8516a7dc5ab6589e2dfe717777e1123 (patch) | |
| tree | ea18f070a7e3d7bd82dc2844a3e91008816dcd22 /usr/src/cmd/truss | |
| parent | 14d3298ea5ac04e3c29e86a4769ff92a49e9f4af (diff) | |
| download | illumos-joyent-681d9761e8516a7dc5ab6589e2dfe717777e1123.tar.gz | |
6438937 if 'zfs destroy' fails, it can leave a zvol device link missing
6573142 zpool destruction/export should better handle stale zvol links
6718816 ZFS volinit fails when ZFS root pool full
6761786 zpool import with 8500 snapshots took 11hours
6604403 replace volinit/volfini with /dev fs vnode ops
6847760 zfs volinit may happen a little too soon during boot
6488792 Warnings on console whenever a volume is created.
6738837 assertion failure in sdev_open
6878496 dmu_objset_own returns EINVAL instead of EROFS in some situations
Diffstat (limited to 'usr/src/cmd/truss')
| -rw-r--r-- | usr/src/cmd/truss/codes.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/src/cmd/truss/codes.c b/usr/src/cmd/truss/codes.c index a65fc8bc96..422608a30b 100644 --- a/usr/src/cmd/truss/codes.c +++ b/usr/src/cmd/truss/codes.c @@ -1186,10 +1186,6 @@ const struct ioc { "zfs_cmd_t" }, { (uint_t)ZFS_IOC_SET_PROP, "ZFS_IOC_SET_PROP", "zfs_cmd_t" }, - { (uint_t)ZFS_IOC_CREATE_MINOR, "ZFS_IOC_CREATE_MINOR", - "zfs_cmd_t" }, - { (uint_t)ZFS_IOC_REMOVE_MINOR, "ZFS_IOC_REMOVE_MINOR", - "zfs_cmd_t" }, { (uint_t)ZFS_IOC_CREATE, "ZFS_IOC_CREATE", "zfs_cmd_t" }, { (uint_t)ZFS_IOC_DESTROY, "ZFS_IOC_DESTROY", |
