| commit | 2c54a530cbe8c0d7798e5a869e5bbce4b5d39da8 | [log] [tgz] |
|---|---|---|
| author | Chao Yu <chao.yu@oppo.com> | Thu Aug 04 21:38:21 2022 +0800 |
| committer | Jaegeuk Kim <jaegeuk@google.com> | Fri Aug 05 04:28:53 2022 -0700 |
| tree | b8cab2fe9ac0cff3174145d653869dcfbbbf5729 | |
| parent | aaf95036b8cf4a8103e575375eee03c0209b4e47 [diff] |
f2fs: clean up f2fs_abort_atomic_write() f2fs_abort_atomic_write() has checked whether current inode is atomic_write one or not, it's redundant to check in its caller, remove it for cleanup. Signed-off-by: Chao Yu <chao.yu@oppo.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>