You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DEBUG init [...] messages are generated by the test filesystem and indicate input arguments and the return value. Observe how e.g. the DO_READDIRPLUS flag is not included in the output, yet it shows up in out_opts.
Am I missing something?
The text was updated successfully, but these errors were encountered:
As far as I can tell, the set of options returned by a Filesystem's
init
method is simply thrown away:https://github.com/cloud-hypervisor/fuse-backend-rs/blob/master/src/api/vfs/sync_io.rs#L55
I can also see this in the debug output for a test filesystem.
The
DEBUG init [...]
messages are generated by the test filesystem and indicate input arguments and the return value. Observe how e.g. theDO_READDIRPLUS
flag is not included in the output, yet it shows up inout_opts
.Am I missing something?
The text was updated successfully, but these errors were encountered: