diff options
Diffstat (limited to 'main/thin-provisioning-tools/page-size.patch')
-rw-r--r-- | main/thin-provisioning-tools/page-size.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/thin-provisioning-tools/page-size.patch b/main/thin-provisioning-tools/page-size.patch new file mode 100644 index 0000000000..ff0136b65e --- /dev/null +++ b/main/thin-provisioning-tools/page-size.patch @@ -0,0 +1,11 @@ +--- thin-provisioning-tools-0.7.0-rc6.orig/block-cache/io_engine.h ++++ thin-provisioning-tools-0.7.0-rc6/block-cache/io_engine.h +@@ -10,6 +10,8 @@ + #include <libaio.h> + #include <vector> + ++#undef PAGE_SIZE ++ + //---------------------------------------------------------------- + + namespace bcache { |