Add file locking hooks
[fio.git] / filesetup.c
index 483226ae56e5d488d4601a14c1ba29b93f91d360..188b0ce88c476633b0a42931ef901dc9000b171c 100644 (file)
@@ -645,6 +645,14 @@ int put_file(struct thread_data *td, struct fio_file *f)
        return ret;
 }
 
+void lock_file(struct thread_data *td, struct fio_file *f)
+{
+}
+
+void unlock_file(struct fio_file *f)
+{
+}
+
 static int recurse_dir(struct thread_data *td, const char *dirname)
 {
        struct dirent *dir;