Summary: fix error: v9fs/client.c: In function 'v9fs_client_walk': v9fs/client.c:1462:16: error: array type has incomplete element type 'struct iovec' 1462 | struct iovec wiov[2]; | ^~~~ v9fs/client.c:1463:16: error: array type has incomplete element type 'struct iovec' 1463 | struct iovec riov[2]; | ^~~~ v9fs/client.c:1463:16: warning: unused variable 'riov' [-Wunused-variable] v9fs/client.c:1462:16: warning: unused variable 'wiov' [-Wunused-variable] 1462 | struct iovec wiov[2]; | ^~~~ v9fs/client.c: In function 'v9fs_transport_done': v9fs/client.c:1721:49: error: invalid use of undefined type 'struct iovec' 1721 | FAR struct v9fs_lerror_s *error = cookie->riov[0].iov_base; | ^ v9fs/client.c:1721:52: error: invalid use of undefined type 'struct iovec' 1721 | FAR struct v9fs_lerror_s *error = cookie->riov[0].iov_base; | ^ Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
Summary: 1.The relpath information is stored in the fid structure 2.The relative path information is only saved in the client. When the server changes, the relpath saved in the fid will not change. Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
Signed-off-by: chenrun1 <chenrun1@xiaomi.com>