Fix: Missing rcu read side lock in consumer
authorDavid Goulet <dgoulet@efficios.com>
Fri, 28 Sep 2012 16:08:15 +0000 (12:08 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 28 Sep 2012 16:08:15 +0000 (12:08 -0400)
The metadata thread was not using rcu read side lock for its operations
on the internal metadata hash table.

This led to faulty free() when destroying the hash table and possible
corrupted data when it was resized.

Also change some static definition of calls inside consumer.c.

Signed-off-by: David Goulet <dgoulet@efficios.com>

No differences found
This page took 0.025229 seconds and 4 git commands to generate.