1
0
Fork 0
alistair23-linux/fs/exfat
Valdis Kletnieks 9acd0d5380 exfat: update file system parameter handling
Al Viro recently reworked the way file system parameters are handled
Update super.c to work with it in linux-next 20200203.

Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2020-03-05 21:00:40 -05:00
..
Kconfig exfat: add Kconfig and Makefile 2020-03-05 21:00:40 -05:00
Makefile exfat: add Kconfig and Makefile 2020-03-05 21:00:40 -05:00
balloc.c exfat: add bitmap operations 2020-03-05 21:00:40 -05:00
cache.c exfat: add exfat cache 2020-03-05 21:00:40 -05:00
dir.c exfat: add directory operations 2020-03-05 21:00:40 -05:00
exfat_fs.h exfat: add in-memory and on-disk structures and headers 2020-03-05 21:00:39 -05:00
exfat_raw.h exfat: add in-memory and on-disk structures and headers 2020-03-05 21:00:39 -05:00
fatent.c exfat: add fat entry operations 2020-03-05 21:00:40 -05:00
file.c exfat: add file operations 2020-03-05 21:00:40 -05:00
inode.c exfat: add inode operations 2020-03-05 21:00:40 -05:00
misc.c exfat: add misc operations 2020-03-05 21:00:40 -05:00
namei.c exfat: add inode operations 2020-03-05 21:00:40 -05:00
nls.c exfat: add nls operations 2020-03-05 21:00:40 -05:00
super.c exfat: update file system parameter handling 2020-03-05 21:00:40 -05:00