summaryrefslogtreecommitdiff
path: root/usr/src/common/zfs/zfs_comutil.h
diff options
context:
space:
mode:
authorMark Shellenbaum <Mark.Shellenbaum@Sun.COM>2010-03-16 09:43:38 -0600
committerMark Shellenbaum <Mark.Shellenbaum@Sun.COM>2010-03-16 09:43:38 -0600
commit0a586cea3ceec7e5e50e7e54c745082a7a333ac2 (patch)
treef9510c40fa6dfe9dfe136b63673f0dd491788b23 /usr/src/common/zfs/zfs_comutil.h
parent51b433b71d8e8271ece1935d0e3696a16bb53e77 (diff)
downloadillumos-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.h5
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