Skip to content
Commit 1b1a9195 authored by Takashi Iwai's avatar Takashi Iwai Committed by Namjae Jeon
Browse files

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: default avatarPetr Vorel <pvorel@suse.cz>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarNamjae Jeon <linkinjeon@kernel.org>
parent 86da53e8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment