diff options
| author | Matthew Ahrens <matt@delphix.com> | 2011-11-05 17:34:13 -0700 |
|---|---|---|
| committer | Matthew Ahrens <matt@delphix.com> | 2011-11-05 17:34:13 -0700 |
| commit | e5351341b58845eee9d722bd71543d5a7c26b6cc (patch) | |
| tree | 2d9aacc747d3cd7765fcfa6c9cb3f3853e1eb4e9 /usr/src/cmd/zoneadmd | |
| parent | 6e6df3cf62ece86f43c1a3218dc4b7797d9ce731 (diff) | |
| download | illumos-joyent-e5351341b58845eee9d722bd71543d5a7c26b6cc.tar.gz | |
1644 add ZFS "clones" property
1645 add ZFS "written" and "written@..." properties
1646 "zfs send" should estimate size of stream
1647 "zfs destroy" should determine space reclaimed by destroying multiple snapshots
1708 adjust size of zpool history data
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: George Wilson <gwilson@zfsmail.com>
Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src/cmd/zoneadmd')
| -rw-r--r-- | usr/src/cmd/zoneadmd/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/cmd/zoneadmd/Makefile b/usr/src/cmd/zoneadmd/Makefile index cb03ef459a..ecba1cf7bd 100644 --- a/usr/src/cmd/zoneadmd/Makefile +++ b/usr/src/cmd/zoneadmd/Makefile @@ -23,6 +23,7 @@ # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011 by Delphix. All rights reserved. # PROG= zoneadmd @@ -42,6 +43,10 @@ LDLIBS += -lsocket -lzonecfg -lnsl -ldevinfo -ldevice -lnvpair \ -linetutil XGETFLAGS += -a -x zoneadmd.xcl +# lint is confused by libzfs.h:struct sendflags +LINTFLAGS += -xerroff=E_INCONS_ARG_DECL2 +LINTFLAGS64 += -xerroff=E_INCONS_ARG_DECL2 + .KEEP_STATE: .PARALLEL: |
