git: sys/vfs/msdosfs: Mount msdosfs with longnames support by default

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Tue Oct 1 10:49:19 PDT 2019


commit 53b15d0a39932d12da6b5baf3a7fd4aaa84d211a
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Wed Oct 2 03:27:35 2019 +0900

    sys/vfs/msdosfs: Mount msdosfs with longnames support by default
    
    The old behavior depended on the FAT version and on what files were in the
    root directory. "mount_msdosfs -o shortnames" is still supported.
    
    (If any *real* user issue with this, we could consider reverting this.)
    
    freebsd/freebsd at ca02d20de1b306a2e855e41dda6a9087a04b841a

Summary of changes:
 sbin/mount_msdos/mount_msdos.8   | 11 ++-------
 sys/vfs/msdosfs/denode.h         |  1 -
 sys/vfs/msdosfs/msdosfs_lookup.c | 52 ----------------------------------------
 sys/vfs/msdosfs/msdosfs_vfsops.c | 20 +++-------------
 4 files changed, 5 insertions(+), 79 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/53b15d0a39932d12da6b5baf3a7fd4aaa84d211a


-- 
DragonFly BSD source repository



More information about the Commits mailing list