filesetup: don't inline native_fallocate()
[fio.git] / filesetup.c
index 6bc0b8bf5dc2f42171a98582f2752708c7ee3fcc..e7abac14947a719ef80aab27b6ea7b4d39d33ebe 100644 (file)
@@ -38,7 +38,7 @@ static inline void clear_error(struct thread_data *td)
        td->verror[0] = '\0';
 }
 
-static inline int native_fallocate(struct thread_data *td, struct fio_file *f)
+static int native_fallocate(struct thread_data *td, struct fio_file *f)
 {
        bool success;