[LEDE-DEV] [PATCH 2/4] [RFC] fstools: block.c: Add support for checking vfat filesystems

Conor O'Gorman i at conorogorman.net
Wed May 18 04:05:01 PDT 2016


On 18/05/16 11:12, lede at daniel.thecshore.com wrote:
> +	if (!strncmp(pr->id->name, "vfat", 4)) {
> +		ckfs = e2fsck;
> +	} else if (!strncmp(pr->id->name, "ext", 3)) {
> +		ckfs = dosfsck;
Is this the wrong way round?



More information about the Lede-dev mailing list