]> git.pld-linux.org Git - packages/ceph.git/blob - ceph-zfs.patch
fb8ef3fa820002b5d1b1bd1287489a08fe71074c
[packages/ceph.git] / ceph-zfs.patch
1 --- ceph-12.2.13/src/os/fs/ZFS.cc.orig  2020-01-30 21:52:36.000000000 +0100
2 +++ ceph-12.2.13/src/os/fs/ZFS.cc       2020-05-31 17:23:41.051356069 +0200
3 @@ -79,5 +79,5 @@
4  
5  int ZFS::iter_snapshots_sorted(ZFS::Handle *h, ZFS::iter_func f, void *d)
6  {
7 -  return ::zfs_iter_snapshots_sorted((zfs_handle_t*)h, (zfs_iter_f)f, d);
8 +  return ::zfs_iter_snapshots_sorted((zfs_handle_t*)h, (zfs_iter_f)f, d, 0, 0);
9  }
This page took 0.023074 seconds and 2 git commands to generate.