diff options
author | 2021-09-07 17:28:40 +0300 | |
---|---|---|
committer | 2021-09-16 17:01:37 +0300 | |
commit | f162f7b8dbc29742896f8a7e678bb31192716ae0 (patch) | |
tree | 545d74dcdaadd6e309607162f7b20b3123d9b81c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | fs/ntfs3: Fix ntfs_look_for_free_space() does only report -ENOSPC (diff) | |
download | linux-dev-f162f7b8dbc29742896f8a7e678bb31192716ae0.tar.xz linux-dev-f162f7b8dbc29742896f8a7e678bb31192716ae0.zip |
fs/ntfs3: Remove always false condition check
We do not need this check as this is same thing as
NTFS_MIN_MFT_ZONE > zlen. We already check NTFS_MIN_MFT_ZONE <= zlen and
exit because is too big request. Remove it so code is cleaner.
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-postgresql.py')
0 files changed, 0 insertions, 0 deletions