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 <jgr...@suse.com>
lseek_default adjusts file->offset, and read_9pfs()/write_9pfs() are already using that.
Reviewed-by: Jason Andryuk <jason.andr...@amd.com> Regards, Jason