summaryrefslogtreecommitdiff
path: root/test/replace_test
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-11-06 14:28:01 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 22:16:40 -0700
commit2b41e68a08548ce44b4d145900dab2bb04cd34f7 (patch)
treef2e96c9f150775e3673891d38a5af23d4246c826 /test/replace_test
parent482b0ecd8fcc2651c003c6f1ae9a2d3301ecf34a (diff)
[PATCH] replace tdb database by simple lockless file database
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.
Diffstat (limited to 'test/replace_test')
-rw-r--r--test/replace_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/replace_test b/test/replace_test
index 10215b0f24..9445b7262a 100644
--- a/test/replace_test
+++ b/test/replace_test
@@ -13,7 +13,7 @@ EOF
cat > $CONFIG << EOF
udev_root="$PWD/udev/"
-udev_db="$PWD/udev/.udev.tdb"
+udev_db="$PWD/udev/.udevdb"
udev_rules="$PWD/$RULES"
udev_permissions="$PWD/udev.permissions"
EOF