chiark / gitweb /
do not remove device nodes of active kernel devices
authorKay Sievers <kay.sievers@vrfy.org>
Wed, 13 Jan 2010 12:18:14 +0000 (13:18 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Wed, 13 Jan 2010 12:18:14 +0000 (13:18 +0100)
commit889dd1061c2e09044a6c0450c06180b47288fe4f
tree77cb2d3f9e1d075cfb53bb06d90aa940a8cb04d7
parent6f1892dc7abb26ca988521c89d563dd38a0349c0
do not remove device nodes of active kernel devices

We do no longer delete the primary device node while handling "remove"
events if the same kernel device is already re-created in the meantime.
This prevents the asynchronously running udev from removing and re-creating
primary device nodes for active devices.
udev/udev-node.c