git: sys/vfs/msdosfs: Remove BPB_TotSec16 test for FAT32 on mount(2)
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sat Nov 9 04:27:33 PST 2019
commit 75ff67093946812866c8900c977c3a03e286d156
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Sat Nov 9 05:44:52 2019 +0900
sys/vfs/msdosfs: Remove BPB_TotSec16 test for FAT32 on mount(2)
from freebsd/freebsd at ad92b9afc4f7ec122f9438ac64b58c2926a6a6a4
Looks like BSD implementation of FAT wants to not test
BPB_TotSec16 == 0 even for FAT32. Read above for details.
Summary of changes:
sys/vfs/msdosfs/msdosfs_vfsops.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/75ff67093946812866c8900c977c3a03e286d156
--
DragonFly BSD source repository
More information about the Commits
mailing list