Skip to content
Commit 3f7c09f6 authored by Eric Van Hensbergen's avatar Eric Van Hensbergen Committed by Greg Kroah-Hartman
Browse files

net/9p: fix bug in client create for .L



[ Upstream commit 3866584a ]

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: default avatarEric Van Hensbergen <ericvh@kernel.org>
Reviewed-by: default avatarDominique Martinet <asmadeus@codewreck.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent d9923e72
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment