From 897adbbd07dc96f5b5280e05f04f5ab6eea7f625 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Tue, 27 Jun 2006 02:54:48 -0700 Subject: [PATCH] --- yaml --- r: 30805 b: refs/heads/master c: 6abdce7680e3e8436b3292b345d77b67d5ec9ea8 h: refs/heads/master i: 30803: 49957741b1b916dce9ecb011f2c0bb346ab826fc v: v3 --- [refs] | 2 +- trunk/Documentation/robust-futexes.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 76e89899d043..8b4e22f4654e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e2970f2fb6950183a34e8545faa093eb49d186e1 +refs/heads/master: 6abdce7680e3e8436b3292b345d77b67d5ec9ea8 diff --git a/trunk/Documentation/robust-futexes.txt b/trunk/Documentation/robust-futexes.txt index df82d75245a0..76e8064b8c3a 100644 --- a/trunk/Documentation/robust-futexes.txt +++ b/trunk/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,