]> git.pld-linux.org Git - packages/ceph.git/blob - ceph-fio.patch
- enhanced types patch wrt. unsigned 32-bit constant
[packages/ceph.git] / ceph-fio.patch
1 --- ceph-12.2.13/src/test/fio/fio_ceph_objectstore.cc.orig      2020-01-30 21:52:36.000000000 +0100
2 +++ ceph-12.2.13/src/test/fio/fio_ceph_objectstore.cc   2020-05-31 08:19:04.978377543 +0200
3 @@ -340,7 +340,7 @@
4    }
5  };
6  
7 -int fio_ceph_os_queue(thread_data* td, io_u* u)
8 +fio_q_status fio_ceph_os_queue(thread_data* td, io_u* u)
9  {
10    fio_ro_check(td, u);
11  
This page took 0.022676 seconds and 3 git commands to generate.