From 0a586cea3ceec7e5e50e7e54c745082a7a333ac2 Mon Sep 17 00:00:00 2001 From: Mark Shellenbaum Date: Tue, 16 Mar 2010 09:43:38 -0600 Subject: 6716117 ZFS needs native system attribute infrastructure 6516171 zpl symlinks should have their own object type --- usr/src/common/zfs/zfs_comutil.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'usr/src/common/zfs/zfs_comutil.h') 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 -- cgit v1.2.3