diff --git a/block/export/fuse.c b/block/export/fuse.c index 2ed22c6b2f..4cdf527d69 100644 --- a/block/export/fuse.c +++ b/block/export/fuse.c @@ -464,7 +464,6 @@ static int fuse_do_truncate(const FuseExport *exp, int64_t size, } if (add_resize_perm) { - if (!qemu_in_main_thread()) { /* Changing permissions like below only works in the main thread */ return -EPERM;