]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit212c2137011965fd275acf0e7ba253f5f7740719
tree545d74dcdaadd6e309607162f7b20b3123d9b81c
parentda314e1d36c5b96f2b4ae464b1deba9f29faac49
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