This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cluster Project".
The tag, cmirror-kernel_0_1_10 has been created
at 23e72c453fcb6b67044d14a778a0b82de95b399c (commit)
- Log -----------------------------------------------------------------
commit 23e72c453fcb6b67044d14a778a0b82de95b399c
Author: Jonathan Brassow <jbrassow@redhat.com>
Date: Fri May 16 12:58:00 2008 -0500
dm-log-clustered: Optimization - no need to send get_resync_work if none left
Once recovery has finished, it is never restarted until the mirror is
suspended/resumed. So, we can immediately return 0 on a 'get_resync_work'
call if recovery has finished (rather than sending to userspace, and then
around the cluster). This improves performance.
-----------------------------------------------------------------------