Re: [ovs-dev] [PATCH] lib/timeval: don't forget to initialize a rwlock

2013-09-09 Thread Ben Pfaff
On Mon, Sep 09, 2013 at 03:56:23PM +0900, YAMAMOTO Takashi wrote: > Commit 31ef9f5178 (timeval: Remove CACHE_TIME scheme.) removed > initialization of a rwlock which is still used for some operations. > This restores it. Applied, thank you! ___ dev maili

[ovs-dev] [PATCH] lib/timeval: don't forget to initialize a rwlock

2013-09-08 Thread YAMAMOTO Takashi
Commit 31ef9f5178 (timeval: Remove CACHE_TIME scheme.) removed initialization of a rwlock which is still used for some operations. This restores it. --- lib/timeval.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/timeval.c b/lib/timeval.c index 37b4353..3262397 100644 --- a/lib/timeval.c