X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=filesetup.c;h=1facccd79f995021c03b80dead4a103b067c9189;hb=4904acd5c4ca5b4940fe198275c2afd339e623b8;hp=2049fd6502cc80ec8c0214c55029c5cad7fb1786;hpb=66ee4002731302216f47f9088d639bcba1c78200;p=fio.git 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)