Add a file operations lseek hook to the 9pfs frontend. Just use the
lseek_default() implementation.
Signed-off-by: Juergen Gross
Reviewed-by: Jason Andryuk
---
9pfront.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/9pfront.c b/9pfront.c
index 7257a07e..8bf3a91e 100644
--- a/9pfront.c
+++
Juergen Gross, le ven. 21 mars 2025 10:31:45 +0100, a ecrit:
> Add a file operations lseek hook to the 9pfs frontend. Just use the
> lseek_default() implementation.
>
> Signed-off-by: Juergen Gross
> Reviewed-by: Jason Andryuk
Reviewed-by: Samuel Thibault
> ---
> 9pfront.c | 1 +
> 1 file ch