commit | c489937a6f08af019f5478455ddb4e0b8ecaf6ce | [log] [tgz] |
---|---|---|
author | Christian Taedcke <christian.taedcke@weidmueller.com> | Wed Nov 15 13:44:20 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 28 20:10:25 2023 -0500 |
tree | 7fab58ac6367834cecbe7972fba9426f73ac31be | |
parent | 33daef49b072f4aa7564fbbb80e7cab3629beecd [diff] |
fs: fat: add bootsector validity check The performed checks are similar to the checks performed by the Linux kernel in the function fat_read_bpb() in the file fs/fat/inode.c. Signed-off-by: Christian Taedcke <christian.taedcke@weidmueller.com>