]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Illumos 4953, 4954, 4955
authorMatthew Ahrens <mahrens@delphix.com>
Thu, 14 Jan 2016 00:10:38 +0000 (16:10 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 15 Jan 2016 23:38:36 +0000 (15:38 -0800)
commite3e670d0061ff121293dafb37d1f14a7069d49d5
treeee376483842034097c112db580ef9fe18f6af1b9
parent812e91a7e3abe59565462e4bb2a01724afddb042
Illumos 4953, 4954, 4955

4953 zfs rename <snapshot> need not involve libshare
4954 "zfs create" need not involve libshare if we are not sharing
4955 libshare's get_zfs_dataset need not sort the datasets
Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Approved by: Garrett D'Amore <garrett@damore.org>

References:
  https://www.illumos.org/issues/4953
  https://www.illumos.org/issues/4954
  https://www.illumos.org/issues/4955
  https://github.com/illumos/illumos-gate/commit/33cde0d

Porting notes:
- Dropped qsort libshare_zfs.c hunk, no equivalent ZoL code.

Ported-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4219
lib/libzfs/libzfs_dataset.c
lib/libzfs/libzfs_mount.c