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>

@@ -869,10 +869,16 @@
 crgetuid(cred_t *cr)
 {
         return (0);
 }
 
+uid_t
+crgetruid(cred_t *cr)
+{
+        return (0);
+}
+
 gid_t
 crgetgid(cred_t *cr)
 {
         return (0);
 }