diff options
author | eschrock <none@none> | 2006-01-30 22:19:55 -0800 |
---|---|---|
committer | eschrock <none@none> | 2006-01-30 22:19:55 -0800 |
commit | 7f7322febbcfe774b7270abc3b191c094bfcc517 (patch) | |
tree | eb247fc8a0829b1095274d3751a7ec071f512e35 /usr/src/lib/libzfs/common/libzfs_impl.h | |
parent | 9d14cf08bcba73bac30314cd22629a0fec28f929 (diff) | |
download | illumos-joyent-7f7322febbcfe774b7270abc3b191c094bfcc517.tar.gz |
6377671 zfs mount -a shouldn't bother checking snapshots
6377673 'zfs mount -a' should discover the proper mount order
6378361 'zfs share -a' needs to avoid expensive checks during boot
6378377 zfs_get_stats() is way to expensive
6378388 zfs_for_each() iterates unnecessarily
Diffstat (limited to 'usr/src/lib/libzfs/common/libzfs_impl.h')
-rw-r--r-- | usr/src/lib/libzfs/common/libzfs_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libzfs/common/libzfs_impl.h b/usr/src/lib/libzfs/common/libzfs_impl.h index cb1400b1b0..27571ba582 100644 --- a/usr/src/lib/libzfs/common/libzfs_impl.h +++ b/usr/src/lib/libzfs/common/libzfs_impl.h @@ -45,7 +45,7 @@ struct zfs_handle { char zfs_name[ZFS_MAXNAMELEN]; zfs_type_t zfs_type; dmu_objset_stats_t zfs_dmustats; - zfs_stats_t zfs_zplstats; + nvlist_t *zfs_props; uint64_t zfs_volsize; uint64_t zfs_volblocksize; char *zfs_mntopts; |