engine: add ftruncate ioengine
authorDmitry Monakhov <dmonakhov@openvz.org>
Fri, 7 Apr 2017 04:59:01 +0000 (07:59 +0300)
committerDmitry Monakhov <dmonakhov@openvz.org>
Fri, 7 Apr 2017 04:59:01 +0000 (07:59 +0300)
commita467027e1c8ae59053bf24eafdceb22f09391028
tree8596928721ca4f726107a9c0042b8fd1dcf2934f
parent3cbd6bb9f5cf5a2779e02e4612506de41aca8251
engine: add ftruncate ioengine

Currently fio does many things but it still cannot substitute fsx
because it does not support ftruncate. Let's add this.
Makefile
engines/ftruncate.c [new file with mode: 0644]