projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2970f2
)
[PATCH] pi-futex: robust futex docs fix
author
Ingo Molnar
<
[email protected]
>
Tue, 27 Jun 2006 09:54:48 +0000
(
02:54
-0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 28 Jun 2006 00:32:46 +0000
(17:32 -0700)
Fix typo in Documentation/robust-futexes.txt.
Signed-off-by: Ingo Molnar <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
Documentation/robust-futexes.txt
patch
|
blob
|
history
diff --git
a/Documentation/robust-futexes.txt
b/Documentation/robust-futexes.txt
index df82d75245a01b5055c6793fa822efe949982a2e..76e8064b8c3a5ccb60e6cbb2f55ad5d455d097b0 100644
(file)
--- 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_D
EA
D bit, and wakes up one waiter (if
+this thread with the FUTEX_OWNER_D
IE
D bit, and wakes up one waiter (if
any).
The list is guaranteed to be private and per-thread at do_exit() time,