commit | 808bc0a82bcd2cbe32a139613325b1a3e03f35f1 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Sat Sep 18 21:56:28 2021 +0200 |
committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | Thu Sep 23 19:05:46 2021 +0300 |
tree | 689f74824b5f980a84d9c2ed5482a0f93cebab48 | |
parent | d2846bf33c1423ff872c7a7c2afde292ad502c04 [diff] |
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>