fs/ntfs3: Remove a useless shadowing variable
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 18 Sep 2021 19:56:28 +0000 (21:56 +0200)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Thu, 23 Sep 2021 16:05:46 +0000 (19:05 +0300)
commit808bc0a82bcd2cbe32a139613325b1a3e03f35f1
tree689f74824b5f980a84d9c2ed5482a0f93cebab48
parentd2846bf33c1423ff872c7a7c2afde292ad502c04
fs/ntfs3: Remove a useless shadowing variable

There is already a 'u8 mask' defined at the top of the function.
There is no need to define a new one here.

Remove the useless and shadowing new 'mask' variable.

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>
fs/ntfs3/bitfunc.c