diff --git a/patch/ceph-global-cache.patch b/patch/ceph-global-cache.patch index 70bebc549042502fdff05b94a16d337698cd5278..99da42073bf26ffe184227ba70808f75627697b0 100644 --- a/patch/ceph-global-cache.patch +++ b/patch/ceph-global-cache.patch @@ -1,5 +1,5 @@ diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 28ec983..bf4aa6e 100644 +index 28ec9835..bf4aa6e8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -103,6 +103,11 @@ if(HAVE_INTEL) @@ -40,7 +40,7 @@ index 28ec983..bf4aa6e 100644 if(WITH_TESTS) diff --git a/src/client_adaptor/CMakeLists.txt b/src/client_adaptor/CMakeLists.txt new file mode 100644 -index 0000000..aba70f7 +index 00000000..aba70f7e --- /dev/null +++ b/src/client_adaptor/CMakeLists.txt @@ -0,0 +1,17 @@ @@ -63,7 +63,7 @@ index 0000000..aba70f7 + diff --git a/src/client_adaptor/ClientAdaptorMgr.cc b/src/client_adaptor/ClientAdaptorMgr.cc new file mode 100644 -index 0000000..900be66 +index 00000000..900be663 --- /dev/null +++ b/src/client_adaptor/ClientAdaptorMgr.cc @@ -0,0 +1,256 @@ @@ -325,7 +325,7 @@ index 0000000..900be66 +} diff --git a/src/client_adaptor/ClientAdaptorMgr.h b/src/client_adaptor/ClientAdaptorMgr.h new file mode 100644 -index 0000000..7ea053f +index 00000000..7ea053f0 --- /dev/null +++ b/src/client_adaptor/ClientAdaptorMgr.h @@ -0,0 +1,189 @@ @@ -520,7 +520,7 @@ index 0000000..7ea053f +#endif diff --git a/src/client_adaptor/ClientAdaptorMsg.cc b/src/client_adaptor/ClientAdaptorMsg.cc new file mode 100644 -index 0000000..ee19bbd +index 00000000..ee19bbd5 --- /dev/null +++ b/src/client_adaptor/ClientAdaptorMsg.cc @@ -0,0 +1,348 @@ @@ -874,7 +874,7 @@ index 0000000..ee19bbd +} diff --git a/src/client_adaptor/ClientAdaptorMsg.h b/src/client_adaptor/ClientAdaptorMsg.h new file mode 100644 -index 0000000..80afa78 +index 00000000..80afa785 --- /dev/null +++ b/src/client_adaptor/ClientAdaptorMsg.h @@ -0,0 +1,87 @@ @@ -967,7 +967,7 @@ index 0000000..80afa78 +#endif diff --git a/src/client_adaptor/ClientAdaptorPerf.cc b/src/client_adaptor/ClientAdaptorPerf.cc new file mode 100644 -index 0000000..cea7835 +index 00000000..cea78351 --- /dev/null +++ b/src/client_adaptor/ClientAdaptorPerf.cc @@ -0,0 +1,85 @@ @@ -1058,7 +1058,7 @@ index 0000000..cea7835 +} diff --git a/src/client_adaptor/ClientAdaptorPerf.h b/src/client_adaptor/ClientAdaptorPerf.h new file mode 100644 -index 0000000..f7ee5be +index 00000000..f7ee5be5 --- /dev/null +++ b/src/client_adaptor/ClientAdaptorPerf.h @@ -0,0 +1,55 @@ @@ -1119,7 +1119,7 @@ index 0000000..f7ee5be +#endif diff --git a/src/client_adaptor/ClientAdaptorPlugin.cc b/src/client_adaptor/ClientAdaptorPlugin.cc new file mode 100644 -index 0000000..c44e348 +index 00000000..c44e3480 --- /dev/null +++ b/src/client_adaptor/ClientAdaptorPlugin.cc @@ -0,0 +1,45 @@ @@ -1170,7 +1170,7 @@ index 0000000..c44e348 +} diff --git a/src/client_adaptor/ClientAdaptorPlugin.h b/src/client_adaptor/ClientAdaptorPlugin.h new file mode 100644 -index 0000000..fa7d71d +index 00000000..fa7d71d2 --- /dev/null +++ b/src/client_adaptor/ClientAdaptorPlugin.h @@ -0,0 +1,39 @@ @@ -1215,7 +1215,7 @@ index 0000000..fa7d71d +#endif diff --git a/src/client_adaptor/open_ccm.h b/src/client_adaptor/open_ccm.h new file mode 100644 -index 0000000..2fefc7e +index 00000000..2fefc7e8 --- /dev/null +++ b/src/client_adaptor/open_ccm.h @@ -0,0 +1,209 @@ @@ -1431,7 +1431,7 @@ index 0000000..2fefc7e \ No newline at end of file diff --git a/src/client_adaptor/open_das.h b/src/client_adaptor/open_das.h new file mode 100644 -index 0000000..6eac9f7 +index 00000000..6eac9f73 --- /dev/null +++ b/src/client_adaptor/open_das.h @@ -0,0 +1,67 @@ @@ -1504,7 +1504,7 @@ index 0000000..6eac9f7 +#endif // OPEN_DAS_H \ No newline at end of file diff --git a/src/common/options.cc b/src/common/options.cc -index 8135ea8..9d3bb78 100644 +index 8135ea8f..9d3bb781 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1015,7 +1015,7 @@ std::vector