rcu: fixes test-logging.c by call drain_call_rcu before rmdir_full
commit760064efe1f0c4c62cd4a5c3aa793c7b37280089
authorYonggang Luo <luoyonggang@gmail.com>
Tue, 15 Sep 2020 12:13:14 +0000 (15 20:13 +0800)
committerThomas Huth <thuth@redhat.com>
Wed, 16 Sep 2020 06:41:06 +0000 (16 08:41 +0200)
tree79ac16e9d02854e1d9066d83007265b3cc037ca1
parent4ed79a1bfb82be118da4014bde007acaaa7a7e7a
rcu: fixes test-logging.c by call drain_call_rcu before rmdir_full

drain_call_rcu is necessary on win32, because under win32, if you
don't close the file before remove it, the remove would be fail.

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Message-Id: <20200915121318.247-23-luoyonggang@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/test-logging.c