summaryrefslogtreecommitdiff
path: root/udevinfo.8
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 /udevinfo.8
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 'udevinfo.8')
-rw-r--r--udevinfo.85
1 files changed, 1 insertions, 4 deletions
diff --git a/udevinfo.8 b/udevinfo.8
index 0588084cac..a04e6df463 100644
--- a/udevinfo.8
+++ b/udevinfo.8
@@ -29,7 +29,7 @@ interface.
.RB Needs " \-p " or " \-n " specified.
.br
Valid types are:
-.BR name ", " symlink ", " mode " ," owner " , " group " , " path " or " all.
+.BR name ", " symlink ", " path " or " all.
.TP
.BI \-p " sysfs_path"
Specify the sysfs path of the device to query.
@@ -46,9 +46,6 @@ attributes along the device chain. Useful for finding
unique attributes to compose a rule.
.RB Needs " \-p " specified.
.TP
-.B \-d
-Dump the whole database.
-.TP
.B \-h
Print help text.
.SH "FILES"