exfat: Define NLS_NAME_* as bit flags explicitly
authorTakashi Iwai <tiwai@suse.de>
Tue, 26 Jul 2022 08:39:26 +0000 (10:39 +0200)
committerNamjae Jeon <linkinjeon@kernel.org>
Mon, 1 Aug 2022 01:14:06 +0000 (10:14 +0900)
commit1b1a9195ae962fefd8d0785e0af434de1a3447fd
tree84a0a0205eab84a45720c4cf6e53371bef4365f4
parent86da53e8ff5dcfbbbd345edc0caef7d21ce567ae
exfat: Define NLS_NAME_* as bit flags explicitly

NLS_NAME_* are bit flags although they are currently defined as enum;
it's casually working so far (from 0 to 2), but it's error-prone and
may bring a problem when we want to add more flag.

This patch changes the definitions of NLS_NAME_* explicitly being bit
flags.

Reviewed-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/exfat/exfat_fs.h