block.c: Add support for checking vfat filesystems
authorDaniel Dickinson <lede@daniel.thecshore.com>
Sun, 22 May 2016 09:22:48 +0000 (05:22 -0400)
committerJohn Crispin <john@phrozen.org>
Thu, 19 May 2016 05:46:57 +0000 (07:46 +0200)
commit1fb7688606323ee0ce79b64a5aa75b8df0484356
treec4fbe7126f9b86856fc7bd684a51b3a5b87fba88
parent7a967198b9b18d00526094a43248b1c0892eb4aa
block.c: Add support for checking vfat filesystems

vfat is a common filesystem which users may want to mount on an
OpenWrt/LEDE device, so support peforming filesystem checks
before mount for vfat.

Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
block.c