On 2025-03-20 03:49, Juergen Gross wrote:
Add a file operations lseek hook to the 9pfs frontend. Just use the lseek_default() implementation.Signed-off-by: Juergen Gross <[email protected]>
lseek_default adjusts file->offset, and read_9pfs()/write_9pfs() are already using that.
Reviewed-by: Jason Andryuk <[email protected]> Regards, Jason
