Print this page
patch zone-auto-create-be

*** 23,32 **** --- 23,33 ---- * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. */ /* * Copyright 2013 Nexenta Systems, Inc. All rights reserved. + * Copyright 2015 Josef 'Jeff' Sipek <jeffpc@josefsipek.net> */ /* * System includes */
*** 307,335 **** return (B_TRUE); } /* - * Function: be_get_supported_brandlist - * Desciption: This functions retuns a list of supported brands in - * a zoneBrandList_t object. - * Parameters: - * None - * Returns: - * Failure - NULL if no supported brands found. - * Success - pointer to zoneBrandList structure. - * Scope: - * Semi-private (library wide use only) - */ - zoneBrandList_t * - be_get_supported_brandlist(void) - { - return (z_make_brand_list(BE_ZONE_SUPPORTED_BRANDS, - BE_ZONE_SUPPORTED_BRANDS_DELIM)); - } - - /* * Function: be_zone_get_parent_uuid * Description: This function gets the parentbe property of a zone root * dataset, parsed it into internal uuid format, and returns * it in the uuid_t reference pointer passed in. * Parameters: --- 308,317 ----