]> git.pld-linux.org Git - packages/ceph.git/blame - ceph-zfs.patch
- BR: boost-python-devel
[packages/ceph.git] / ceph-zfs.patch
CommitLineData
101b8bdd
JB
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.057398 seconds and 4 git commands to generate.