Print this page
2882 implement libzfs_core
2883 changing "canmount" property to "on" should not always remount dataset
2900 "zfs snapshot" should be able to create multiple, arbitrary snapshots at once
Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Chris Siden <christopher.siden@delphix.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Bill Pijewski <wdp@joyent.com>
Reviewed by: Dan Kruchinin <dan.kruchinin@gmail.com>

*** 30,38 **** --- 30,39 ---- /*LINTLIBRARY*/ /*PROTOLIB1*/ #include <libzfs.h> + #include <libzfs_core.h> #include "../../../common/zfs/zfs_comutil.h" #include "../../../common/zfs/zfs_fletcher.h" #include "../../../common/zfs/zfs_prop.h" #include "../../../common/zfs/zfeature_common.h"