On Fri, Nov 10, 2023 at 1:16 PM Juergen Gross <[email protected]> wrote: > > Add the walk request of the 9pfs protocol. > > Signed-off-by: Juergen Gross <[email protected]>
Reviewed-by: Jason Andryuk <[email protected]> 9P2000.u has support for symlinks which you're explicitly not supporting. A symlink would only be present if someone on the backend side created one. So there could be some corner case that is disallowed, but it is probably better to just disallow them. Regards, Jason
