commit | a7d1d636797ec1b30ca4dae02f9e1eb2d6b2c439 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Feb 11 15:51:54 2015 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Feb 11 21:48:37 2015 +0100 |
tree | 8195e09263229a8874610024181e8c09238cd0fd | |
parent | 444c7e0d92b5eb35fb85dc654f4bd991b0d3a0f2 [diff] |
rcu: do not let RCU callbacks pile up indefinitely Always process them within a short time. Even though waiting a little is useful, it is not okay to delay e.g. qemu_opts_del forever. Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com> Tested-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>