On Tue, Aug 13, 2013 at 08:00:05AM +0900, y...@mwd.biglobe.ne.jp wrote:
> From: YAMAMOTO Takashi
>
> according to the OVS_RELEASES annotation, oftable_remove_rule__ is
> expected to release rule->evict lock. make it actually do so.
>
> this fixes pthread_rwlock_destroy failures observed on NetB
From: YAMAMOTO Takashi
according to the OVS_RELEASES annotation, oftable_remove_rule__ is
expected to release rule->evict lock. make it actually do so.
this fixes pthread_rwlock_destroy failures observed on NetBSD,
where destroying a held lock, which is specwise undefined behaviour,
actually fa