mirror of
https://github.com/systemd/systemd.git
synced 2025-01-26 14:04:03 +03:00
2b41e68a08
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.