rcu: Make rcu_gp_cleanup() account for ->dqs_blkd_tasks This commit makes rcu_gp_cleanup() check only for a non-NULL ->gp_tasks. The reason for not checking for a non-empty ->blkd_tasks_dqs list is that a concurrent expedited grace period might have placed tasks on that list just after this normal grace period found that this list was empty. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>