master
While here nuke some more annoying whitespace nits.
msdosfs_times() doesn't need to copy timespecs onto the stack: just mark unix2dostime()'s first argument as a pointer to const and skip the copies.
Merge fs/msdosfs/ and newfs_msdos/ into msdos/.
#include <disktab.h> not needed for successful compile.
annotate all required sys/param.h uses with what they bring into scope, and delete all others. use PATH_MAX and other standardized symbols instead of prehistoric kernel-only names, create local MINIMUM/MAXIMUM macros where required, and directly include standard userland .h files as required.
correct indentation; no functional change ok tb@
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
Make sure we read a complete struct fsinfo even if the filesystem sectors are smaller. bug report and ok kn@