History log of /dflybsd-src/sys/vfs/tmpfs/tmpfs_mount.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 25a86e44 29-Oct-2017 Markus Pfeiffer <markus.pfeiffer@morphism.de>

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 s

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.

show more ...


# f3c171e4 29-Oct-2017 Markus Pfeiffer <markus.pfeiffer@morphism.de>

kernel: Rename tmpfs_args.h to tmpfs_mount.h

This is slightly more consistent with the other VFS.