diff options
author | Keith M Wesolowski <wesolows@foobazco.org> | 2013-08-27 00:59:04 +0000 |
---|---|---|
committer | Keith M Wesolowski <wesolows@foobazco.org> | 2013-08-27 00:59:04 +0000 |
commit | 7bf5a6f485b8d8bb5c024482e916542997c5d6b6 (patch) | |
tree | f0a0bf8503f8174fd9b500feff8547cab885132d /usr/src/lib/libbe/common/libbe_priv.h | |
parent | d907c5084d3f67c85c5551ee093457940f8aec17 (diff) | |
download | illumos-joyent-7bf5a6f485b8d8bb5c024482e916542997c5d6b6.tar.gz |
back out merge: incompatible ZFS throttling mechanisms
Diffstat (limited to 'usr/src/lib/libbe/common/libbe_priv.h')
-rw-r--r-- | usr/src/lib/libbe/common/libbe_priv.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/libbe/common/libbe_priv.h b/usr/src/lib/libbe/common/libbe_priv.h index 1453e5ee3e..7e79c798e9 100644 --- a/usr/src/lib/libbe/common/libbe_priv.h +++ b/usr/src/lib/libbe/common/libbe_priv.h @@ -24,7 +24,7 @@ */ /* - * Copyright 2013 Nexenta Systems, Inc. All rights reserved. + * Copyright 2011 Nexenta Systems, Inc. All rights reserved. */ #ifndef _LIBBE_PRIV_H @@ -205,8 +205,6 @@ int be_find_mounted_zone_root(char *, char *, char *, int); boolean_t be_zone_supported(char *); zoneBrandList_t *be_get_supported_brandlist(void); int be_zone_get_parent_uuid(const char *, uuid_t *); -int be_zone_set_parent_uuid(char *, uuid_t); -boolean_t be_zone_compare_uuids(char *); /* check architecture functions */ char *be_get_default_isa(void); |