git: kernel: Rename tmpfs_args.h to tmpfs_mount.h
Markus Pfeiffer
profmakx at crater.dragonflybsd.org
Sun Oct 29 16:14:11 PDT 2017
commit f3c171e442cd3e8a447831fc3dff2bab1ad3c2c9
Author: Markus Pfeiffer <markus.pfeiffer at morphism.de>
Date: Sun Oct 29 21:36:47 2017 +0000
kernel: Rename tmpfs_args.h to tmpfs_mount.h
This is slightly more consistent with the other VFS.
Summary of changes:
sbin/mount_tmpfs/mount_tmpfs.c | 2 +-
sbin/mount_tmpfs/mount_tmpfs.h | 2 +-
sys/vfs/tmpfs/{tmpfs_args.h => tmpfs_mount.h} | 7 ++++---
sys/vfs/tmpfs/tmpfs_vfsops.c | 2 +-
4 files changed, 7 insertions(+), 6 deletions(-)
rename sys/vfs/tmpfs/{tmpfs_args.h => tmpfs_mount.h} (92%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f3c171e442cd3e8a447831fc3dff2bab1ad3c2c9
--
DragonFly BSD source repository
More information about the Commits
mailing list