diff options
| author | Hu Weiwen <sehuww@mail.scut.edu.cn> | 2022-07-01 10:52:27 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-10-15 07:55:50 +0200 |
| commit | b23b0cd57e2cebd40ea1ae2a96b5ede67392dab2 (patch) | |
| tree | 55295bee4f3a8ebbb6f7b1576d4f370fbba5ec42 /scripts | |
| parent | 8a18fdc5ae8e6d7ac33c6ee0a2e5f9f1414ef412 (diff) | |
| download | linux-b23b0cd57e2cebd40ea1ae2a96b5ede67392dab2.tar.gz linux-b23b0cd57e2cebd40ea1ae2a96b5ede67392dab2.tar.bz2 linux-b23b0cd57e2cebd40ea1ae2a96b5ede67392dab2.zip | |
ceph: don't truncate file in atomic_open
commit 7cb9994754f8a36ae9e5ec4597c5c4c2d6c03832 upstream.
Clear O_TRUNC from the flags sent in the MDS create request.
`atomic_open' is called before permission check. We should not do any
modification to the file here. The caller will do the truncation
afterward.
Fixes: 124e68e74099 ("ceph: file operations")
Signed-off-by: Hu Weiwen <sehuww@mail.scut.edu.cn>
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
[Xiubo: fixed a trivial conflict for 5.10 backport]
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
