|
|
|
|
|
by tomegun
3529 days ago
|
|
Indeed that is how we break ties (not exactly the PID, but you get the idea). The reason this works is that the only time we can have a tie is if there can be no causality between the events. I.e., the two sending events happen concurrently: the two ioctl calls overlap in time, so there would be no way for one to have caused the other. What problem do you see with this? |
|
PS. Neil Brown in the LWN article already conflates "global" and "total" order.