Re: [PATCH v2] doc:lock: remove reference to clever use of read-write lock

2019-09-07 Thread Federico Vaga
Ignore this, the commit message is incorrect. I am sending a V3 On Saturday, September 7, 2019 12:48:41 PM CEST Federico Vaga wrote: > Remove the clever example about read-write lock because these type of > lock is not reccomended anymore (according to the very same document). > So there is no rea

[PATCH v2] doc:lock: remove reference to clever use of read-write lock

2019-09-07 Thread Federico Vaga
Remove the clever example about read-write lock because these type of lock is not reccomended anymore (according to the very same document). So there is no reason to teach cleaver things that people should not do. (and by the way there was a little typo) Signed-off-by: Federico Vaga --- Documen