<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18702"></HEAD>
<BODY>
<DIV><SPAN class=392354912-17112009><FONT color=#0000ff size=2
face=Arial>Applied on 2571.</FONT></SPAN></DIV>
<DIV><SPAN class=392354912-17112009><FONT color=#0000ff size=2
face=Arial></FONT></SPAN> </DIV>
<DIV><SPAN class=392354912-17112009><FONT color=#0000ff size=2
face=Arial>Thanks</FONT></SPAN></DIV>
<DIV><SPAN class=392354912-17112009><FONT color=#0000ff size=2
face=Arial>Tzachi</FONT></SPAN></DIV><BR>
<BLOCKQUOTE
style="BORDER-LEFT: #0000ff 2px solid; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px"
dir=ltr>
<DIV dir=ltr lang=en-us class=OutlookMessageHeader align=left>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>From:</B> Tzachi Dar <BR><B>Sent:</B> Sunday,
November 15, 2009 7:54 PM<BR><B>To:</B>
ofw@lists.openfabrics.org<BR><B>Cc:</B> Windows Design<BR><B>Subject:</B>
PATCH: remove false Assert from the shutter code<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><FONT size=2 face=Arial><SPAN class=166065217-15112009>signed off by:
Firas Mahamid</SPAN></FONT></DIV>
<DIV><FONT size=2 face=Arial><SPAN
class=166065217-15112009></SPAN></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Index:
shutter.h<BR>===================================================================<BR>---
shutter.h (revision 2558)<BR>+++ shutter.h (working copy)<BR>@@
-110,8 +110,8 @@<BR> static inline void shutter_alive(shutter_t *
p_shutter)<BR> {<BR> long res =
0;<BR>- ASSERT(p_shutter->cnt ==
-MAX_OPERATIONS);<BR>- // Mark the counter as
locked<BR>+ <BR>+ // Mark the counter as
alive<BR> res = InterlockedExchangeAdd(&p_shutter->cnt,
MAX_OPERATIONS);<BR> ASSERT(res <
0);<BR> }<BR></DIV></FONT>
<DIV><FONT size=2 face=Arial></FONT> </DIV></BLOCKQUOTE></BODY></HTML>