Re: [Qemu-devel] [PATCH] doc/rcu: fix g_free_rcu() usage example

2015-10-14 Thread Paolo Bonzini
On 14/10/2015 17:46, Sergey Fedorov wrote: > The first argument of g_free_rcu() is a pointer to a structure. But > foo_reclaim is used as a function name in the previous example along > with &foo as a pointer to the structure being reclaimed. Make the > example consistent with the previous one.

[Qemu-devel] [PATCH] doc/rcu: fix g_free_rcu() usage example

2015-10-14 Thread Sergey Fedorov
The first argument of g_free_rcu() is a pointer to a structure. But foo_reclaim is used as a function name in the previous example along with &foo as a pointer to the structure being reclaimed. Make the example consistent with the previous one. Signed-off-by: Sergey Fedorov --- docs/rcu.txt |