On Thu, Feb 8, 2024 at 11:57 AM Juergen Gross wrote:
>
> Add the read request of the 9pfs protocol.
>
> Signed-off-by: Juergen Gross
> Reviewed-by: Jason Andryuk
> Acked-by: Anthony PERARD
> ---
> V2:
> - make error check more readable (Jason Andryuk)
> V4:
> - add directory read support
> V5:
Add the read request of the 9pfs protocol.
Signed-off-by: Juergen Gross
Reviewed-by: Jason Andryuk
Acked-by: Anthony PERARD
---
V2:
- make error check more readable (Jason Andryuk)
V4:
- add directory read support
V5:
- rewinddir() if reading a directory and offset is 0 (Jason Andryuk)
---
too