acrn-kernel/net/9p
Eric Van Hensbergen 3f7c09f642 net/9p: fix bug in client create for .L
[ Upstream commit 3866584a1c ]

We are supposed to set fid->mode to reflect the flags
that were used to open the file.  We were actually setting
it to the creation mode which is the default perms of the
file not the flags the file was opened with.

Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org>
Reviewed-by: Dominique Martinet <asmadeus@codewreck.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-03-22 13:33:54 +01:00
..
Kconfig
Makefile
client.c net/9p: fix bug in client create for .L 2023-03-22 13:33:54 +01:00
error.c
mod.c
protocol.c
protocol.h
trans_common.c
trans_common.h
trans_fd.c
trans_rdma.c 9p/rdma: unmap receive dma buffer in rdma_request()/post_recv() 2023-03-11 13:55:26 +01:00
trans_virtio.c
trans_xen.c 9p/xen: fix connection sequence 2023-03-11 13:55:26 +01:00