]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r333098:
authordelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 4 Jun 2018 05:47:15 +0000 (05:47 +0000)
committerdelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 4 Jun 2018 05:47:15 +0000 (05:47 +0000)
commit90c4f810e4d822a6de3850826404815ad3edb5bb
tree51f48b257c833d97437854c5bdd7ca98e9fc281b
parentdecd9992044001d623fd41905900579c7939570f
MFC r333098:

Don't bail out from the check if readboot() returns !FSFATAL.

This can happen when the fsinfo signature is invalid, and the
user have choose to fix it, in which case the code would return
FSBOOTMOD (not FSOK but not FSFATAL either).

All other (fatal) cases would return FSFATAL.

Obtained from: Android Open Source Project
Obtained from: https://android.googlesource.com/platform/external/fsck_msdos/+/d8775a29ea7eac2e5f1504dd21da3725b93b3036

git-svn-id: svn://svn.freebsd.org/base/stable/10@334606 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sbin/fsck_msdosfs/check.c