diff options
author | 2019-08-05 15:27:24 +0800 | |
---|---|---|
committer | 2019-08-23 07:57:14 -0700 | |
commit | 0b86f78920919cf36239f4e187ebad7f5d78b5f8 (patch) | |
tree | 1eefbc7eee784e8c2ec650cfca37f5bdfec2252c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f2fs: fix to migrate blocks correctly during defragment (diff) | |
download | wireguard-linux-0b86f78920919cf36239f4e187ebad7f5d78b5f8.tar.xz wireguard-linux-0b86f78920919cf36239f4e187ebad7f5d78b5f8.zip |
f2fs: remove duplicate code in f2fs_file_write_iter
We will do the same check in generic_write_checks.
if (iocb->ki_flags & IOCB_NOWAIT) && !(iocb->ki_flags & IOCB_DIRECT)
return -EINVAL;
just remove the same check in f2fs_file_write_iter.
Signed-off-by: Lihong Kou <koulihong@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions