commit 371e4713b969224e811cf5831e0c77a82be6a8a1
Author: Matthew Dillon <[email protected]>
Date: Thu Jan 26 21:52:10 2017 -0800
msdosfs - Mount ricoh camera cards
* Ricoh cameras mis-format their sdcards, mis-programming the 64-bit
pm_nxtfree field with a 32-bit-truncated -1. Allow the case so we
can finish mounting the card.
Reported-by: luxh
Summary of changes:
sys/vfs/msdosfs/msdosfs_vfsops.c | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/371e4713b969224e811cf5831e0c77a82be6a8a1
--
DragonFly BSD source repository