fs: fat: treat invalid FAT clusters as errors
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 12 Sep 2019 17:19:29 +0000 (19:19 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 11 Oct 2019 23:05:14 +0000 (19:05 -0400)
commitc7a86d1645325697372b404f0b8cadac8a722ce9
treefa8e7d36955da0c91063bfd837a1f35798fd5daf
parentee8da596eba60dcf55dcb30b5288336c53919c99
fs: fat: treat invalid FAT clusters as errors

When hitting an invalid FAT cluster while reading a file always print an
error message and return an error code.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
fs/fat/fat.c