diff options
author | Kari Argillander <kari.argillander@gmail.com> | 2021-08-25 21:25:22 +0300 |
---|---|---|
committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | 2021-09-02 18:51:26 +0300 |
commit | dd854e4b5b12016d27bfa2694226a1c15acbd640 (patch) | |
tree | f1d139f33bebac81896927f71050f280c5f4a44e /tools/perf/scripts/python/export-to-sqlite.py | |
parent | d4e8e135a9af7d8d939bba1874ab314322fc2dc2 (diff) |
fs/ntfs3: Remove unnecessary condition checking from ntfs_file_read_iter
This check will be also performed in generic_file_read_iter() so we do
not want to check this two times in a row.
This was founded with Smatch
fs/ntfs3/file.c:803 ntfs_file_read_iter()
warn: unused return: count = iov_iter_count()
Signed-off-by: Kari Argillander <kari.argillander@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions