commit | d2846bf33c1423ff872c7a7c2afde292ad502c04 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Sat Sep 18 21:56:19 2021 +0200 |
committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | Thu Sep 23 19:05:25 2021 +0300 |
tree | 06670dcce984b067ab28f08f45c2a5b36e4887b6 | |
parent | 6354467245ff8dd04b54e39790f2ee4d21d5419e [diff] |
fs/ntfs3: Remove a useless test in 'indx_find()' 'fnd' has been dereferenced several time before, so testing it here is pointless. Moreover, all callers of 'indx_find()' already have some error handling code that makes sure that no NULL 'fnd' is passed. So, remove the useless test. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Reviewed-by: Kari Argillander <kari.argillander@gmail.com> Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>