qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

virtiofsd inconsistent forget behavior


From: Fyodor Bocharov
Subject: virtiofsd inconsistent forget behavior
Date: Mon, 28 Mar 2022 16:00:07 +0300

Hi.
 
We found out that forget datapath in virtiofsd's fuse impl calls `fuse_reply_err` in case of invalid request https://gitlab.com/qemu-project/qemu/-/blob/master/tools/virtiofsd/fuse_lowlevel.c#L724 but if there is no user defined `forget` it calls `fuse_reply_none` (unlike other functions which call `fuse_reply_err(ENOSYS)`).
Could you please explain why is it so? Shouldn't it call `fuse_reply_none` no matter what error is?
 
Thanks,
Fyodor

reply via email to

[Prev in Thread] Current Thread [Next in Thread]