mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
This makes the udev operation completely lockless by storing a file for every node in /dev/.udevdb/* This solved the problem with deadlocking concurrent udev processes waiting for each other to release the file lock under heavy load.