git: kernel/devfs: Pass more arguments to the callback for devfs_scan_callback.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Aug 26 03:32:48 PDT 2012
commit b28e21ef717a67dfed9ef1e41987961ee006e875
Author: Sascha Wildner <saw at online.de>
Date: Sun Aug 26 12:31:13 2012 +0200
kernel/devfs: Pass more arguments to the callback for devfs_scan_callback.
is_alias signals whether it is an alias or a real device. If true, name
is the alias name. If false, it is the device name.
Reviewed-by: alexh
Summary of changes:
share/man/man9/make_dev.9 | 15 +++++++++++++--
sys/kern/kern_udev.c | 5 ++---
sys/kern/vfs_conf.c | 7 ++++---
sys/sys/devfs.h | 2 +-
sys/vfs/devfs/devfs_core.c | 6 +++++-
5 files changed, 25 insertions(+), 10 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b28e21ef717a67dfed9ef1e41987961ee006e875
--
DragonFly BSD source repository
More information about the Commits
mailing list