]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - crypto/openssl/crypto/jpake/jpake_err.c
MFV r316926:
authorAlexander Motin <mav@FreeBSD.org>
Wed, 1 Aug 2018 21:51:49 +0000 (21:51 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Wed, 1 Aug 2018 21:51:49 +0000 (21:51 +0000)
commitb59e9cd1c0404a48d6f1c66def2d8500a419b9a0
tree93f4e79a487690aa0de936b8e056edcd1be7c24a
parentbba8f1fe0eec13f3501b27b04e6180a544e3c6a2
parent847b28642575f8b0389c2392887f56e407bd6670
MFV r316926:
7955 libshare needs to initialize only those datasets being modified by the consumer

illumos/illumos-gate@8a981c3356b194b3b5c0ae9276a9cc31cd2f93a3
https://github.com/illumos/illumos-gate/commit/8a981c3356b194b3b5c0ae9276a9cc31cd2f93a3

https://www.illumos.org/issues/7955
  Libshare currently initializes all available filesystems when doing any
  libshare operation. This requires iterating through all the filesystem
  multiple times, which is a huge performance problem for sharing and
  unsharing operations.

Reviewed by: Steve Gonczi <steve.gonczi@delphix.com>
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com>
Reviewed by: Yuri Pankov <yuri.pankov@gmail.com>
Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Author: Daniel Hoffman <dj.hoffman@delphix.com>

For FreeBSD this is practically a NOP, just a diff reduction.
cddl/contrib/opensolaris/cmd/zfs/zfs_main.c
cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h
cddl/contrib/opensolaris/lib/libzfs/common/libzfs_changelist.c
cddl/contrib/opensolaris/lib/libzfs/common/libzfs_impl.h
cddl/contrib/opensolaris/lib/libzfs/common/libzfs_mount.c