Re: [fuse-devel] [PATCH V8 0/3] fuse: Add support for passthrough read/write

From: Antonio SJ Musumeci
Date: Fri Sep 11 2020 - 15:10:28 EST


On 9/11/2020 12:34 PM, Alessio Balsini via fuse-devel wrote:
Add support for file system passthrough read/write of files when enabled in
userspace through the option FUSE_PASSTHROUGH.
Might be more effort than it is worth but any thoughts on userland error handling for passthrough? My use case, optionally, responds to read or write errors in particular ways. It's not an unreasonable tradeoff to disable passthrough if the user wants those features but was wondering if there was any consideration of extending the protocol to pass read/write errors back to the fuse server.