[ovs-dev] [PATCH 2/3] idl: Generalize special case boolean exception.

Ben Pfaff blp at nicira.com
Wed Feb 8 22:16:40 UTC 2012


On Wed, Feb 08, 2012 at 02:45:21PM -0800, Ethan Jackson wrote:
> Sparse doesn't like taking sizeof boolean values.  The idl had
> worked around this limitation with a special case in the case of
> optional booleans.  A future patch needs an array with boolean
> values which the existing special case did not handle.  This patch
> generalizes the special case to handle this situation as well.
> 
> Signed-off-by: Ethan Jackson <ethan at nicira.com>
> ---
> 
> I like your approach a bit better.  Here's a version of what you posted with
> some minor cleanups which I've folded into my series.  Can I get your
> Signed-off-by for it?

Signed-off-by: Ben Pfaff <blp at nicira.com>



More information about the dev mailing list