opnsense-src/sys/fs/msdosfs
Mark Johnston f8fa2f0e75 msdosfs: Fix mounting when the device sector size is >512B
HugeSectors * BytesPerSec should be computed before converting
HugeSectors to a DEV_BSIZE-based count.

Fixes:	ba2c98389b ("msdosfs: sanity check sector count from BPB")
Reviewed by:	kib
Sponsored by:	The FreeBSD Foundation

(cherry picked from commit c7cd607a4e)
2022-02-21 09:57:54 -05:00
..
bootsect.h msdosfs: use C99 types 2017-05-19 18:13:41 +00:00
bpb.h msdosfs: use C99 types 2017-05-19 18:13:41 +00:00
denode.h msdosfs: drop now unused DE_RENAME 2021-09-03 04:08:36 +03:00
direntry.h Revert msdosfs MAKEFS #ifdef changes from r319870 2018-07-24 21:10:17 +00:00
fat.h msdosfs: clusterfree() is used only in error handling cases 2022-01-14 20:11:02 +02:00
msdosfs_conv.c fs: clean up empty lines in .c and .h files 2020-09-01 21:18:40 +00:00
msdosfs_denode.c ufs, msdosfs: do not record witness order when creating vnode 2022-02-07 11:38:50 +02:00
msdosfs_fat.c msdosfs: on integrity error, fire a task to remount filesystem to ro 2022-01-14 20:11:02 +02:00
msdosfs_iconv.c sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
msdosfs_lookup.c msdosfs: on integrity error, fire a task to remount filesystem to ro 2022-01-14 20:11:02 +02:00
msdosfs_vfsops.c msdosfs: Fix mounting when the device sector size is >512B 2022-02-21 09:57:54 -05:00
msdosfs_vnops.c msdosfs: clusterfree() is used only in error handling cases 2022-01-14 20:11:02 +02:00
msdosfsmount.h msdosfs: use mntfs vnode for pm_devvp 2022-01-14 20:11:02 +02:00