diff options
author | Mark Shellenbaum <Mark.Shellenbaum@Sun.COM> | 2010-03-16 09:43:38 -0600 |
---|---|---|
committer | Mark Shellenbaum <Mark.Shellenbaum@Sun.COM> | 2010-03-16 09:43:38 -0600 |
commit | 0a586cea3ceec7e5e50e7e54c745082a7a333ac2 (patch) | |
tree | f9510c40fa6dfe9dfe136b63673f0dd491788b23 /usr/src/common/zfs/zfs_comutil.h | |
parent | 51b433b71d8e8271ece1935d0e3696a16bb53e77 (diff) | |
download | illumos-joyent-0a586cea3ceec7e5e50e7e54c745082a7a333ac2.tar.gz |
6716117 ZFS needs native system attribute infrastructure
6516171 zpl symlinks should have their own object type
Diffstat (limited to 'usr/src/common/zfs/zfs_comutil.h')
-rw-r--r-- | usr/src/common/zfs/zfs_comutil.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/common/zfs/zfs_comutil.h b/usr/src/common/zfs/zfs_comutil.h index 748a79a5c9..f6949387f1 100644 --- a/usr/src/common/zfs/zfs_comutil.h +++ b/usr/src/common/zfs/zfs_comutil.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2009 Sun Microsystems, Inc. All rights reserved. + * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -36,6 +36,9 @@ extern "C" { extern boolean_t zfs_allocatable_devs(nvlist_t *); extern void zpool_get_rewind_policy(nvlist_t *, zpool_rewind_policy_t *); +extern int zfs_zpl_version_map(int spa_version); +extern int zfs_spa_version_map(int zpl_version); + #ifdef __cplusplus } #endif |