> -----Original Message-----
> From: Roland Dreier [mailto:rdre...@cisco.com]
> Sent: Wednesday, July 14, 2010 3:31 PM
> To: Latif, Faisal; Tung, Chien Tin; linux-rdma@vger.kernel.org
> Subject: [PATCH/RFC] RDMA/nes: Rewrite expression to avoid undefined
> semantics
> 
> Change code like
> 
>       x = expr(++x)
> 
> that assigns to x twice without a sequence point in between to the
> intended (and well-defined)
> 
>       x = expr(x + 1)
> 
> Signed-off-by: Roland Dreier <rola...@cisco.com>
> ---
> I'll queue this for 2.6.36 unless someone objects.


This is fine.

Thanks
Faisal
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to