diff options
author | Takashi Iwai <tiwai@suse.de> | 2022-07-26 10:39:26 +0200 |
---|---|---|
committer | Namjae Jeon <linkinjeon@kernel.org> | 2022-08-01 10:14:06 +0900 |
commit | 1b1a9195ae962fefd8d0785e0af434de1a3447fd (patch) | |
tree | 84a0a0205eab84a45720c4cf6e53371bef4365f4 /tools/perf/scripts/python/syscall-counts.py | |
parent | 86da53e8ff5dcfbbbd345edc0caef7d21ce567ae (diff) |
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>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions