diff options
| author | John Sonnenschein <johns@joyent.com> | 2012-05-07 05:04:04 +0000 |
|---|---|---|
| committer | John Sonnenschein <johns@joyent.com> | 2012-05-07 05:04:04 +0000 |
| commit | 99ab767f0b40b10adde1dc9ceaf6bb39d2be5d69 (patch) | |
| tree | 2a7de5a6e401f09e065ff1efd5ac558e05536295 /usr/src/cmd/truss/codes.c | |
| parent | 7660e73f5b1e781050d87237f1123324e01f467b (diff) | |
| download | illumos-joyent-99ab767f0b40b10adde1dc9ceaf6bb39d2be5d69.tar.gz | |
Revert "1948 zpool list should show more detailed pool information"
This reverts commit 4263d13f00c9691fa14620eff82abef795be0693.
Diffstat (limited to 'usr/src/cmd/truss/codes.c')
| -rw-r--r-- | usr/src/cmd/truss/codes.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr/src/cmd/truss/codes.c b/usr/src/cmd/truss/codes.c index 93ffe17ad5..d39dab0b05 100644 --- a/usr/src/cmd/truss/codes.c +++ b/usr/src/cmd/truss/codes.c @@ -21,7 +21,7 @@ /* * Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright (c) 2012 by Delphix. All rights reserved. + * Copyright (c) 2011 by Delphix. All rights reserved. * Copyright 2011 Nexenta Systems, Inc. All rights reserved. */ @@ -1248,14 +1248,12 @@ const struct ioc { "zfs_cmd_t" }, { (uint_t)ZFS_IOC_OBJ_TO_STATS, "ZFS_IOC_OBJ_TO_STATS", "zfs_cmd_t" }, + { (uint_t)ZFS_IOC_POOL_REGUID, "ZFS_IOC_POOL_REGUID", + "zfs_cmd_t" }, { (uint_t)ZFS_IOC_SPACE_WRITTEN, "ZFS_IOC_SPACE_WRITTEN", "zfs_cmd_t" }, { (uint_t)ZFS_IOC_DESTROY_SNAPS_NVL, "ZFS_IOC_DESTROY_SNAPS_NVL", "zfs_cmd_t" }, - { (uint_t)ZFS_IOC_POOL_REGUID, "ZFS_IOC_POOL_REGUID", - "zfs_cmd_t" }, - { (uint_t)ZFS_IOC_POOL_REOPEN, "ZFS_IOC_POOL_REOPEN", - "zfs_cmd_t" }, /* kssl ioctls */ { (uint_t)KSSL_ADD_ENTRY, "KSSL_ADD_ENTRY", |
