2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-28 07:04:00 +08:00
linux-next/drivers/staging/exfat
Valentin Vidic dfa5b30b12 staging: exfat: drop local TRUE/FALSE defines
Replace with bool where it makes sense. Also drop unused local
variable lossy in fat_find_dir_entry.

Reported-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Valentin Vidic <vvidic@valentin-vidic.from.hr>
Link: https://lore.kernel.org/r/20190903185537.25099-1-vvidic@valentin-vidic.from.hr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-09-03 22:10:00 +02:00
..
exfat_blkdev.c
exfat_cache.c staging: exfat: check for null return from call to FAT_getblk 2019-09-03 09:39:10 +02:00
exfat_core.c staging: exfat: drop local TRUE/FALSE defines 2019-09-03 22:10:00 +02:00
exfat_nls.c staging: exfat: drop local TRUE/FALSE defines 2019-09-03 22:10:00 +02:00
exfat_super.c staging: exfat: drop local TRUE/FALSE defines 2019-09-03 22:10:00 +02:00
exfat_upcase.c
exfat.h staging: exfat: drop local TRUE/FALSE defines 2019-09-03 22:10:00 +02:00
Kconfig staging: exfat: make exfat depend on BLOCK 2019-09-02 20:13:50 +02:00
Makefile
TODO