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 branch, master has been updated
via f44848458ce9ec9c32d3854c575368812318da63 (commit)
from 2627512a870e654665b0d973a2171fbafbcbbf0d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
[fence] Close file descriptors that are in invalid/error states
If poll was returning with a file descriptor noted as active,
but with the POLLERR/POLLNVAL flags set (but not POLLIN or
POLLHUP), fenced and groupd would enter a tight spin loop.