X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Documentation%2Frobust-futexes.txt;fp=Documentation%2Frobust-futexes.txt;h=76e8064b8c3a5ccb60e6cbb2f55ad5d455d097b0;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=df82d75245a01b5055c6793fa822efe949982a2e;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/Documentation/robust-futexes.txt b/Documentation/robust-futexes.txt index df82d7524..76e8064b8 100644 --- a/Documentation/robust-futexes.txt +++ b/Documentation/robust-futexes.txt @@ -95,7 +95,7 @@ comparison. If the thread has registered a list, then normally the list is empty. If the thread/process crashed or terminated in some incorrect way then the list might be non-empty: in this case the kernel carefully walks the list [not trusting it], and marks all locks that are owned by -this thread with the FUTEX_OWNER_DEAD bit, and wakes up one waiter (if +this thread with the FUTEX_OWNER_DIED bit, and wakes up one waiter (if any). The list is guaranteed to be private and per-thread at do_exit() time,