commit | 21e26d5e54ab7cfe6b488fd27d4d70956d07e03b | [log] [tgz] |
---|---|---|
author | Eric Van Hensbergen <ericvh@kernel.org> | Wed Apr 26 16:18:49 2023 +0000 |
committer | Eric Van Hensbergen <ericvh@kernel.org> | Fri Apr 28 16:59:26 2023 +0000 |
tree | fda636c1f4fcf61a8f31ea81684c3fb25b69deee | |
parent | 4eb3117888a923f6b9b1ad2dd093641c49a63ae5 [diff] |
fs/9p: Fix bit operation logic error This re-introduces a fix that somehow got dropped during rebase of the current series in for-next. When writeback is enabled, opens are forced to support both read and write operations but with the logic error other flags may be dropped unintentionaly. Reported-by: Christophe Jaillet <christophe.jaillet@wanadoo.fr> Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org>