git: sys/vfs/msdosfs: Use struct dirent
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Fri Oct 4 11:09:08 PDT 2019
commit 7eb34b5bd8e49ec323266fe4b58d7816e16cc8b4
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Sat Oct 5 01:36:39 2019 +0900
sys/vfs/msdosfs: Use struct dirent
Fix/sync the code diverged by DragonFly commits from around 2009
with FreeBSD.
Keep mbnambuf_flush() call in VOP_REDDIR() the same for now using
compat version. FreeBSD has other fixes here from recent years.
Summary of changes:
sys/vfs/msdosfs/direntry.h | 4 +++-
sys/vfs/msdosfs/msdosfs_conv.c | 33 +++++++++++++++++++++++++--------
sys/vfs/msdosfs/msdosfs_vnops.c | 2 +-
3 files changed, 29 insertions(+), 10 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7eb34b5bd8e49ec323266fe4b58d7816e16cc8b4
--
DragonFly BSD source repository
More information about the Commits
mailing list