Module Name: src
Committed By: perseant
Date: Mon Aug 12 22:43:36 UTC 2024
Modified Files:
src/sys/fs/exfatfs [perseant-exfatfs]: exfatfs_extern.c
Log Message:
Always return an error from exfatfs_locate_valid_superblock if we do not
return a valid superblock.
Surround kernel-specific code with #ifdef _KERNEL rather than relying
on calling convention to figure it out for us.
Separate high and low bounds in exfatfs_check_bootblock() to report
errors more clearly.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/sys/fs/exfatfs/exfatfs_extern.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.