File tcmu-runner-include-falloc-in-qcow.patch of Package tcmu-runner.5250
diff -aurp tcmu-runner-1.0.4.orig/qcow.c tcmu-runner-1.0.4/qcow.c --- tcmu-runner-1.0.4.orig/qcow.c 2016-04-06 12:09:47.000000000 -0700 +++ tcmu-runner-1.0.4/qcow.c 2016-05-06 09:01:10.576839842 -0700 @@ -65,6 +65,8 @@ #include <zlib.h> +#include <linux/falloc.h> + #include "tcmu-runner.h" #include "scsi_defs.h" #include "qcow.h"