fix jffs2reset on ubifs overlay
authorDaniel Golle <daniel@makrotopia.org>
Sat, 21 Jun 2014 20:07:26 +0000 (22:07 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Sat, 21 Jun 2014 22:20:11 +0000 (00:20 +0200)
commitcd3d4999a622af4830e4da974f4baafc085bad4d
tree13cef4bca86f798151e7e5243386c9cf34053ea7
parent9a264bf651b8d6355c3cd618b609d2ede83c8738
fix jffs2reset on ubifs overlay

change find_mount_point parameter to match either all or only
jffs2 and ubifs, which are typically used on embedded mtd devices.
For now, find_mount_point was used without the fstype parameter
except for a single occurance in jffs2reset. There it is desireable
to apply the same logic as previously hard-coded to jffs2 also in the
case of a ubifs overlay, so firstboot aka. factory-reset works as
expected.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
jffs2reset.c
libfstools/find.c
libfstools/jffs2.c
libfstools/libfstools.h
libfstools/overlay.c