ovs-rcu: Name the ovsrcu_postpone_thread to 'urcu'.
authorAlex Wang <alexw@nicira.com>
Tue, 15 Apr 2014 18:32:26 +0000 (11:32 -0700)
committerAlex Wang <alexw@nicira.com>
Tue, 22 Apr 2014 18:13:03 +0000 (11:13 -0700)
commit882470607bdbaec5a1252f34cf97f4b4ef000d21
treed5860a7cdc32a20254b172a2edd4647210e2ba7c
parent3aadc5bbb058d52bb350424cbfef80f2d0c50ecd
ovs-rcu: Name the ovsrcu_postpone_thread to 'urcu'.

The ovs-rcu module adds a new thread for checking the grace period.
Since the thread name is not set, it will inherit the name of the
thread that creates it.  This makes the 'top' output quite confusing.

This commit names the thread to 'urcu' for clarity.

Acked-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Alex Wang <alexw@nicira.com>
lib/ovs-rcu.c