diff options
author | Hu Weiwen <sehuww@mail.scut.edu.cn> | 2022-07-01 10:52:27 +0800 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2022-08-03 00:54:13 +0200 |
commit | 7cb9994754f8a36ae9e5ec4597c5c4c2d6c03832 (patch) | |
tree | 334071085f40af0cbe049a6c412173eba845d231 /fs/ceph/ceph_frag.c | |
parent | 0c04a117d77b258febb1a69da7c0cb651d4a38cc (diff) |
ceph: don't truncate file in atomic_open
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>
Diffstat (limited to 'fs/ceph/ceph_frag.c')
0 files changed, 0 insertions, 0 deletions