]> git.pld-linux.org Git - packages/ceph.git/blame - ceph-fio.patch
- rediffed fio patch
[packages/ceph.git] / ceph-fio.patch
CommitLineData
79dc5cad
JB
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
cda7a0c1
JB
12--- ceph-13.2.10/src/test/fio/CMakeLists.txt.orig 2020-01-30 21:52:36.000000000 +0100
13+++ ceph-13.2.10/src/test/fio/CMakeLists.txt 2020-06-05 06:18:00.642074789 +0200
14@@ -18,4 +18,4 @@ if(WITH_FIO)
15 add_dependencies(fio_ceph_objectstore fio_ext)
2d841236 16 endif()
2d841236
JB
17 target_link_libraries(fio_ceph_objectstore os global)
18-install(TARGETS fio_ceph_objectstore DESTINATION lib)
19+install(TARGETS fio_ceph_objectstore DESTINATION lib${LIB_SUFFIX})
This page took 0.096299 seconds and 4 git commands to generate.