diff options
author | Kari Argillander <kari.argillander@gmail.com> | 2021-09-07 17:28:40 +0300 |
---|---|---|
committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | 2021-09-16 17:01:37 +0300 |
commit | f162f7b8dbc29742896f8a7e678bb31192716ae0 (patch) | |
tree | 545d74dcdaadd6e309607162f7b20b3123d9b81c /kernel/kcov.c | |
parent | edb853ff3dc01c22577ea5d0383d067b68a6d663 (diff) |
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 'kernel/kcov.c')
0 files changed, 0 insertions, 0 deletions