On Wed, Nov 28, 2018 at 09:08:40AM -0800, Dan Williams wrote:
Can we add a comment here like:
/* * Entry lock waits are exclusive. Wake up the next waiter since we * aren't sure we will acquire the entry lock and thus wake the * next waiter up on unlock. */
Because I always wonder for a moment why this is needed.
Looks good, I'll add that when applying.
Thanks.