git: DragonFly_RELEASE_5_0 kernel: Rename struct tmpfs_args to tmpfs_mount_info
Markus Pfeiffer
profmakx at crater.dragonflybsd.org
Mon Oct 30 14:54:17 PDT 2017
commit 5142b82f8a61bf2aa71ae8ab0d4aa8d3f077986a
Author: Markus Pfeiffer <markus.pfeiffer at morphism.de>
Date: Sun Oct 29 22:47:18 2017 +0000
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.
Summary of changes:
sbin/mount_tmpfs/mount_tmpfs.c | 4 ++--
sbin/mount_tmpfs/mount_tmpfs.h | 2 +-
sys/vfs/tmpfs/tmpfs_mount.h | 2 +-
sys/vfs/tmpfs/tmpfs_vfsops.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5142b82f8a61bf2aa71ae8ab0d4aa8d3f077986a
--
DragonFly BSD source repository
More information about the Commits
mailing list