fs/ntfs3: Remove always false condition check
authorKari Argillander <kari.argillander@gmail.com>
Tue, 7 Sep 2021 14:28:40 +0000 (17:28 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Thu, 16 Sep 2021 14:01:37 +0000 (17:01 +0300)
commitf162f7b8dbc29742896f8a7e678bb31192716ae0
tree545d74dcdaadd6e309607162f7b20b3123d9b81c
parentedb853ff3dc01c22577ea5d0383d067b68a6d663
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>
fs/ntfs3/fsntfs.c