Am 01.07.2025 um 13:44 hat Hanna Czenczek geschrieben:
> This is a flag that we will want when processing FUSE requests
> ourselves: When the kernel sends us e.g. a truncated request (i.e. we
> receive less data than the request's indicated length), we cannot rely
> on subsequent data to be valid.  Then, we are going to set this flag,
> halting all FUSE request processing.
> 
> We plan to only use this flag in cases that would effectively be kernel
> bugs.
> 
> (Right now, the flag is unused because libfuse still does our request
> processing.)
> 
> Reviewed-by: Stefan Hajnoczi <[email protected]>
> Signed-off-by: Hanna Czenczek <[email protected]>

If we ever extend query-block-exports with export-specific information,
exposing this flag would probably be a good idea. And a QMP event might
make sense, too. Not a requirement for this series, though.

Kevin


Reply via email to