Re: [ANNOUNCE] udev 0.1 release

From: Roman Zippel (zippel@linux-m68k.org)
Date: Fri Apr 11 2003 - 13:02:41 EST


Hi,

On Thu, 10 Apr 2003, Greg KH wrote:

> I'd like to finally announce the previously vapor-ware udev program that
> I've talked a lot about with a lot of people over the past months. The
> first, very rough cut is at:
> kernel.org/pub/linux/utils/kernel/hotplug/udev-0.1.tar.gz

Is there a special reason why you call mknod?
Otherwise you could simply do:

        syscall(SYS_mknod, name, S_IFBLK | mode, dev);

This way you don't have to care about major/minor/glibc issues.

> Yes, I know there's still a lot of work to do (serialization, symlinks,
> hooking hotplug so that others can also use it, etc.) but it's a first
> step :)

To help serialization and perfomance issues, it might help to add a daemon
mode to hotplug. The kernel calls hotplug with a pipe from which it reads
the event data, after a certain timeout it can close the pipe and exit.

bye, Roman

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Apr 15 2003 - 22:00:24 EST