commit | 3866584a1c56a2bbc8c0981deb4476d0b801969e | [log] [tgz] |
---|---|---|
author | Eric Van Hensbergen <ericvh@kernel.org> | Sun Dec 18 17:57:27 2022 +0000 |
committer | Eric Van Hensbergen <ericvh@kernel.org> | Fri Feb 24 13:42:40 2023 +0000 |
tree | 957b9d642fd471033520e42dac43b1e1868a7f4c | |
parent | 74a25e6e916cb57dab4267a96fbe8864ed21abdb [diff] |
net/9p: fix bug in client create for .L 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>