qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [V2 PATCH 05/12] linux-user: Conditionally Pass Attribu


From: David Gibson
Subject: Re: [Qemu-devel] [V2 PATCH 05/12] linux-user: Conditionally Pass Attribute Pointer to mq_open()
Date: Tue, 26 Aug 2014 10:41:07 +1000
User-agent: Mutt/1.5.23 (2014-03-12)

On Tue, Aug 12, 2014 at 01:53:36PM -0500, Tom Musta wrote:
> The mq_open system call takes an optional struct mq_attr pointer
> argument in the fourth position.  This pointer is used when O_CREAT
> is specified in the flags (second) argument.  It may be NULL, in
> which case the queue is created with implementation defined attributes.
> 
> Change the code to properly handle the case when NULL is passed in the
> arg4 position.
> 
> Signed-off-by: Tom Musta <address@hidden>
> Reviewed-by: Peter Maydell <address@hidden>

Reviewed-by: David Gibson <address@hidden>

-- 
David Gibson                    | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
                                | _way_ _around_!
http://www.ozlabs.org/~dgibson

Attachment: pgp30LRjQfvCg.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]