Print this page
2619 asynchronous destruction of ZFS file systems
2747 SPA versioning with zfs feature flags
Reviewed by: Matt Ahrens <mahrens@delphix.com>
Reviewed by: George Wilson <gwilson@delphix.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Dan Kruchinin <dan.kruchinin@gmail.com>
Approved by: Dan McDonald <danmcd@nexenta.com>
        
*** 22,32 ****
  # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  #
  # Copyright 2010 Nexenta Systems, Inc.  All rights reserved.
  # Use is subject to license terms.
  #
! # Copyright (c) 2011 by Delphix. All rights reserved.
  #
  
  #
  # MAPFILE HEADER START
  #
--- 22,32 ----
  # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  #
  # Copyright 2010 Nexenta Systems, Inc.  All rights reserved.
  # Use is subject to license terms.
  #
! # Copyright (c) 2012 by Delphix. All rights reserved.
  #
  
  #
  # MAPFILE HEADER START
  #
*** 88,97 ****
--- 88,102 ----
  $endif
  $if _x86 && _ELF64
  $add amd64
  $endif
  
+ SYMBOL_VERSION ILLUMOS_0.3 {    # Illumos additions
+     protected:
+         assfail3;
+ } ILLUMOS_0.2;
+ 
  SYMBOL_VERSION ILLUMOS_0.2 {    # Illumos additions
      protected:
          posix_spawn_pipe_np;
  } ILLUMOS_0.1;