X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=filesetup.c;h=1facccd79f995021c03b80dead4a103b067c9189;hp=2049fd6502cc80ec8c0214c55029c5cad7fb1786;hb=c89318761586dbd77b8f31ce0ed68ff4fc086c89;hpb=9e85c34edc17529435fbe78cc23a2346e6103742 diff --git a/filesetup.c b/filesetup.c index 2049fd65..1facccd7 100644 --- a/filesetup.c +++ b/filesetup.c @@ -390,6 +390,10 @@ static int __file_invalidate_cache(struct thread_data *td, struct fio_file *f, { int ret = 0; +#ifdef CONFIG_ESX + return 0; +#endif + if (len == -1ULL) len = f->io_size; if (off == -1ULL)