Date: Thu, 6 May 2010 19:22:50 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/devfs devfs_devs.c devfs_int.h src/sys/kern kern_conf.c src/sys/sys conf.h Message-ID: <201005061923.o46JN8bx057231@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-05-06 19:22:50 UTC
FreeBSD src repository
Modified files:
sys/fs/devfs devfs_devs.c devfs_int.h
sys/kern kern_conf.c
sys/sys conf.h
Log:
SVN rev 207729 on 2010-05-06 19:22:50Z by kib
Add MAKEDEV_NOWAIT flag to make_dev_credf(9), to create a device node
in a no-sleep context. If resource allocation cannot be done without
sleep, make_dev_credf() fails and returns NULL.
Reviewed by: jh
MFC after: 2 weeks
Revision Changes Path
1.61 +7 -2 src/sys/fs/devfs/devfs_devs.c
1.9 +1 -1 src/sys/fs/devfs/devfs_int.h
1.236 +28 -19 src/sys/kern/kern_conf.c
1.255 +4 -2 src/sys/sys/conf.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005061923.o46JN8bx057231>
