K 10 svn:author V 7 attilio K 8 svn:date V 27 2009-10-13T13:47:30.205616Z K 7 svn:log V 320 MFC r197476: In function do_rw_wrlock, when a writer got an error and before returning, check if there are readers blocked by us via URWLOCK_WRITE_WAITERS flag, and resume the readers. The error must be EAGAIN, otherwise there must have memory problem, and nobody can rescue the buggy application. Approved by: davidxu END