git: kernel: Rename struct tmpfs_args to tmpfs_mount_info
Markus Pfeiffer
profmakx at crater.dragonflybsd.org
Sun Oct 29 16:14:13 PDT 2017
commit 25a86e4415665b1c1970a7192fabe0ac86b0353a
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/25a86e4415665b1c1970a7192fabe0ac86b0353a
--
DragonFly BSD source repository
More information about the Commits
mailing list