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>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libzpool/common/kernel.c
          +++ new/usr/src/lib/libzpool/common/kernel.c
↓ open down ↓ 863 lines elided ↑ open up ↑
 864  864  
 865  865          return (ret);
 866  866  }
 867  867  
 868  868  uid_t
 869  869  crgetuid(cred_t *cr)
 870  870  {
 871  871          return (0);
 872  872  }
 873  873  
      874 +uid_t
      875 +crgetruid(cred_t *cr)
      876 +{
      877 +        return (0);
      878 +}
      879 +
 874  880  gid_t
 875  881  crgetgid(cred_t *cr)
 876  882  {
 877  883          return (0);
 878  884  }
 879  885  
 880  886  int
 881  887  crgetngroups(cred_t *cr)
 882  888  {
 883  889          return (0);
↓ open down ↓ 102 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX