Print this page
11945 pool import performance regression due to repeated libshare initialization
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: Jason King <jason.brian.king@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libshare/common/mapfile-vers
          +++ new/usr/src/lib/libshare/common/mapfile-vers
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  # Copyright (c) 2016 by Delphix. All rights reserved.
       24 +# Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
  24   25  #
  25   26  
  26   27  #
  27   28  # MAPFILE HEADER START
  28   29  #
  29   30  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  30   31  # Object versioning must comply with the rules detailed in
  31   32  #
  32   33  #       usr/src/lib/README.mapfiles
  33   34  #
↓ open down ↓ 73 lines elided ↑ open up ↑
 107  108          sa_get_all_security_types;
 108  109          sa_get_resource;
 109  110          sa_set_share_description;
 110  111          sa_set_group_attr;
 111  112          sa_disable_share;
 112  113          sa_get_next_property;
 113  114          sa_get_next_security;
 114  115          sa_get_protocol_status;
 115  116          sa_init;
 116  117          sa_init_arg;
      118 +        sa_service;
 117  119          sa_find_share;
 118  120          sa_set_protocol_property;
 119  121          sa_fini;
 120  122          sa_errorstr;
 121  123          sa_get_next_share;
 122  124          sa_free_attr_string;
 123  125          sa_get_property_attr;
 124  126          sa_get_security_attr;
 125  127          sa_delete_legacy;
 126  128          sa_free_derived_security;
↓ open down ↓ 33 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX