diff options
author | Kay Sievers <kay@vrfy.org> | 2014-04-12 22:35:50 -0700 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-04-13 17:12:14 -0700 |
commit | 9ea28c55a2488e6cd4a44ac5786f12b71ad5bc9f (patch) | |
tree | 3aeccb80e1b72169b8bc4836b5a6d1a76130ebe3 /man | |
parent | a163b64c4b08e8a4ad39a9a295acf3d1634024a3 (diff) |
udev: remove seqnum API and all assumptions about seqnums
The way the kernel namespaces have been implemented breaks assumptions
udev made regarding uevent sequence numbers. Creating devices in a
namespace "steals" uevents and its sequence numbers from the host. It
confuses the "udevadmin settle" logic, which might block until util a
timeout is reached, even when no uevent is pending.
Remove any assumptions about sequence numbers and deprecate libudev's
API exposing these numbers; none of that can reliably be used anymore
when namespaces are involved.
Diffstat (limited to 'man')
-rw-r--r-- | man/udevadm.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml index 21d14434a3..fbfa85a804 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -339,21 +339,6 @@ </listitem> </varlistentry> <varlistentry> - <term><option>-s</option></term> - <term><option>--seq-start=<replaceable>SEQNUM</replaceable></option></term> - <listitem> - <para>Wait only for events after the given sequence - number.</para> - </listitem> - </varlistentry> - <varlistentry> - <term><option>-e</option></term> - <term><option>--seq-end=<replaceable>SEQNUM</replaceable></option></term> - <listitem> - <para>Wait only for events before the given sequence number.</para> - </listitem> - </varlistentry> - <varlistentry> <term><option>-E</option></term> <term><option>--exit-if-exists=<replaceable>FILE</replaceable></option></term> <listitem> @@ -361,13 +346,6 @@ </listitem> </varlistentry> <varlistentry> - <term><option>-q</option></term> - <term><option>--quiet</option></term> - <listitem> - <para>Do not print any output, like the remaining queue entries when reaching the timeout.</para> - </listitem> - </varlistentry> - <varlistentry> <term><option>-h</option></term> <term><option>--help</option></term> <listitem> |