kernel: Rename struct tmpfs_args to tmpfs_mount_info
authorMarkus Pfeiffer <markus.pfeiffer@morphism.de>
Sun, 29 Oct 2017 22:47:18 +0000 (22:47 +0000)
committerMarkus Pfeiffer <markus.pfeiffer@morphism.de>
Sun, 29 Oct 2017 23:13:33 +0000 (23:13 +0000)
commit25a86e4415665b1c1970a7192fabe0ac86b0353a
tree8cf40fa3aa8fc351f170728541ffcab9bae0cc33
parentf3c171e442cd3e8a447831fc3dff2bab1ad3c2c9
kernel: Rename struct tmpfs_args to tmpfs_mount_info

This makes the names of vfs argument structures slightly more
uniform.

Since they were not installed before this should not break
any userland software.
sbin/mount_tmpfs/mount_tmpfs.c
sbin/mount_tmpfs/mount_tmpfs.h
sys/vfs/tmpfs/tmpfs_mount.h
sys/vfs/tmpfs/tmpfs_vfsops.c