git: sys/vfs/msdosfs: Rewrite msdosfs_readdir()
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Tue Oct 22 08:55:33 PDT 2019
commit 5e944fd63e4dc25a443087203a8128c2acc33d45
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Tue Oct 22 02:21:48 2019 +0900
sys/vfs/msdosfs: Rewrite msdosfs_readdir()
Don't make the entire function look different from FreeBSD when
vop_write_dirent() (since fc46f680a7 in 2005) is just a wrapper.
Revive dirent local variable to make it easier to sync with FreeBSD
changes, and sync with FreeBSD.
Summary of changes:
sys/vfs/msdosfs/direntry.h | 2 -
sys/vfs/msdosfs/msdosfs_conv.c | 18 -------
sys/vfs/msdosfs/msdosfs_vnops.c | 111 +++++++++++++++++++++-------------------
3 files changed, 59 insertions(+), 72 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5e944fd63e4dc25a443087203a8128c2acc33d45
--
DragonFly BSD source repository
More information about the Commits
mailing list