mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
fuse: Remove superfluous empty line
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Hanna Czenczek <hreitz@redhat.com> Message-ID: <20260309150856.26800-4-hreitz@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
committed by
Kevin Wolf
parent
0cf42d8496
commit
00945f6946
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user