Commit 83680449 authored by Jan Lindström's avatar Jan Lindström

Fix compiler error on native AIO.

parent 51b248cf
......@@ -1883,7 +1883,6 @@ LinuxAIOHandler::collect()
/* Deallocate unused blocks from file system.
This is newer done to page 0 or to log files.*/
if (slot->offset > 0
&& !slot->skip_punch_hole
&& !slot->type.is_log()
&& slot->type.is_write()
&& slot->type.punch_hole()) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment