rcu: Update verification invariant for new lock ordering

With the previous commit moving rdp removal before rnp lock acquisition,
there's now a window where a task can be on rnp->blkd_tasks but not on
rdp->blkd_list (in the middle of being removed). Update the verification
check from rnp_count != rdp_total to rnp_count < rdp_total to reflect
this new invariant.

Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com>
1 file changed