All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: lockdep-design: correct the notation for writer
@ 2021-05-21  6:29 Xiongwei Song
  2021-05-21  8:55 ` Boqun Feng
  2021-05-21 15:17 ` Waiman Long
  0 siblings, 2 replies; 9+ messages in thread
From: Xiongwei Song @ 2021-05-21  6:29 UTC (permalink / raw)
  To: peterz, mingo, will, longman, boqun.feng, corbet
  Cc: linux-kernel, linux-doc, Xiongwei Song

From: Xiongwei Song <sxwjean@gmail.com>

The block condition matrix is using 'E' as the writer noation here, so it
would be better to use 'E' as the reminder rather than 'W'.

Signed-off-by: Xiongwei Song <sxwjean@gmail.com>
---
 Documentation/locking/lockdep-design.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/locking/lockdep-design.rst b/Documentation/locking/lockdep-design.rst
index 9f3cfca..c3b923a 100644
--- a/Documentation/locking/lockdep-design.rst
+++ b/Documentation/locking/lockdep-design.rst
@@ -462,7 +462,7 @@ Block condition matrix, Y means the row blocks the column, and N means otherwise
 	| R | Y | Y | N |
 	+---+---+---+---+
 
-	(W: writers, r: non-recursive readers, R: recursive readers)
+	(E: writers, r: non-recursive readers, R: recursive readers)
 
 
 acquired recursively. Unlike non-recursive read locks, recursive read locks
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-05-24 15:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-21  6:29 [PATCH] docs: lockdep-design: correct the notation for writer Xiongwei Song
2021-05-21  8:55 ` Boqun Feng
2021-05-21 11:05   ` Peter Zijlstra
2021-05-21 15:17 ` Waiman Long
2021-05-24  4:24   ` Xiongwei Song
2021-05-24 10:32     ` Boqun Feng
2021-05-24 13:17       ` Xiongwei Song
2021-05-24 13:42       ` Waiman Long
2021-05-24 14:52         ` Boqun Feng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.