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>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libzfs/Makefile.com
          +++ new/usr/src/lib/libzfs/Makefile.com
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  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) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  23      -# Copyright (c) 2011 by Delphix. All rights reserved.
       23 +# Copyright (c) 2012 by Delphix. All rights reserved.
  24   24  #
  25   25  
  26   26  LIBRARY= libzfs.a
  27   27  VERS= .1
  28   28  
  29   29  OBJS_SHARED=                    \
       30 +        zfeature_common.o       \
  30   31          zfs_comutil.o           \
  31   32          zfs_deleg.o             \
  32   33          zfs_fletcher.o          \
  33   34          zfs_namecheck.o         \
  34   35          zfs_prop.o              \
  35   36          zpool_prop.o            \
  36   37          zprop_common.o
  37   38  
  38   39  OBJS_COMMON=                    \
  39   40          libzfs_changelist.o     \
↓ open down ↓ 49 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX