commit | dd28c9f057ad099f6221829053e48f331e6f0b7f | [log] [tgz] |
---|---|---|
author | Uladzislau Rezki (Sony) <urezki@gmail.com> | Thu Apr 15 19:19:59 2021 +0200 |
committer | Paul E. McKenney <paulmck@kernel.org> | Mon May 10 16:00:48 2021 -0700 |
tree | 3dc124fadfdfc0dcc7f4a4dd5d71d2272cf614e1 | |
parent | d434c00fa3ac476ca6295b8310d097dd71984624 [diff] |
kvfree_rcu: Update "monitor_todo" once a batch is started Before attempting to start a new batch the "monitor_todo" variable is set to "false" and set back to "true" when a previous RCU batch is still in progress. This is at best confusing. Thus change this variable to "false" only when a new batch has been successfully queued, otherwise, just leave it be. Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>