https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203162
Konstantin Belousov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #161150|0 |1 is obsolete| | --- Comment #9 from Konstantin Belousov <[email protected]> --- Created attachment 161179 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161179&action=edit Ignore signal after a wakeup, if there was a complimentary open, even transient v2 Thank Jilles, patch is updated to use unsigned type. Also, I think there is no reason to use longs, int generation counter should be enough. Probably, readers and writers counters should be also reduced to int, but this is for different change. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
