sys/vfs/tmpfs: Use vop_write_dirent()
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 9 May 2016 08:15:12 +0000 (17:15 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 9 May 2016 09:24:01 +0000 (18:24 +0900)
commite4f208287293b5c9c93391dded7c96c38ff4e6a8
treeb0197a4a09cc4f2d2e9d434882a4e2e5d41c02f0
parent8a140387ae41e85be4beaf0b2a7b90ab997d1c86
sys/vfs/tmpfs: Use vop_write_dirent()

Make filesystem code independent of struct dirent format.
struct dirent is basically for userspace to retrieve entries.
sys/vfs/tmpfs/tmpfs_subr.c