[MINI-OS PATCH v2 2/2] 9pfs: add lseek file operation hook

2025-04-05 Thread Juergen Gross
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 +++

Re: [MINI-OS PATCH v2 2/2] 9pfs: add lseek file operation hook

2025-03-22 Thread Samuel Thibault
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