Add strong madvise() hint for cache pruning

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/os/os-linux.h b/os/os-linux.h
index dd9c5aa..e4c4c3f 100644
--- a/os/os-linux.h
+++ b/os/os-linux.h
@@ -250,6 +250,10 @@
 #define FIO_O_NOATIME	0
 #endif
 
+#ifdef MADV_REMOVE
+#define FIO_MADV_FREE	MADV_REMOVE
+#endif
+
 #define CACHE_LINE_FILE	\
 	"/sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size"