sys/vfs/msdosfs: Rewrite msdosfs_readdir()
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 21 Oct 2019 17:21:48 +0000 (02:21 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 23 Oct 2019 07:51:23 +0000 (16:51 +0900)
commit5e944fd63e4dc25a443087203a8128c2acc33d45
tree2106af9602e132bb9b3c71a6892ce7478b40e7d6
parent01a14fbb8f6fff1cfa34b889953354a5ba7e6f05
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.
sys/vfs/msdosfs/direntry.h
sys/vfs/msdosfs/msdosfs_conv.c
sys/vfs/msdosfs/msdosfs_vnops.c