fs/ntfs3: Remove a useless test
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Thu, 23 Dec 2021 12:20:00 +0000 (15:20 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Tue, 7 Jun 2022 16:40:14 +0000 (19:40 +0300)
commit548744f84456946181ed6dc0ac6be8267f167d28
treecda73e1275d3fda1a425000b1dd1a5a27d408d32
parent37a530bfe56ca9a0d3129598803f2794c7428aae
fs/ntfs3: Remove a useless test

'new_free' has just been allocated by kmalloc() and is known to be not
NULL.
So this pointer can't be equal to a previous memory allocation.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/bitmap.c