You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vold: Don't mess with EXT when a FAT partition was just dirty
When fsck_msdos returns 4, that means it fixed things on the partition,
so it should be allowed to loop and try again. So we shouldn't be
gobbling all non-zero returns as a sign to try EXT instead.
This patch tries to better reconcile the return codes between fsck_msdos
and e2fsck with a common enum status. The original rc is still kept so
that unknown codes can still be reported in the default case of the
switch.
Change-Id: Ibb749948780759e41ffc25d77c5c69cc562dc0d1
0 commit comments