From: olivier.hardouin@gmail.com Date: Wed, 15 Jun 2016 14:10:21 +0000 (+0200) Subject: align fs_names table to indexes defined in include/fs.h X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmountd.git;a=commitdiff_plain;h=f07729fc166ce673ecafcfe904c23c38059af171 align fs_names table to indexes defined in include/fs.h Signed-off-by: Olivier Hardouin --- diff --git a/mount.c b/mount.c index 8892040..36b99f5 100644 --- a/mount.c +++ b/mount.c @@ -59,6 +59,7 @@ char *fs_names[] = { "", "NTFS", "", + "EXFAT", "EXT4" };