[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1494502687.6967.2.camel@linux.intel.com>
Date: Thu, 11 May 2017 14:38:07 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: David Howells <dhowells@...hat.com>, Christoph Hellwig <hch@....de>
Cc: Amir Goldstein <amir73il@...il.com>, linux-fsdevel@...r.kernel.org,
Shaohua Li <shli@...nel.org>,
Dan Williams <dan.j.williams@...el.com>,
Steven Whitehouse <swhiteho@...hat.com>,
Mimi Zohar <zohar@...ux.vnet.ibm.com>,
linux-xfs@...r.kernel.org, linux-raid@...r.kernel.org,
linux-nvdimm@...ts.01.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 03/16] uuid: rename uuid types
On Wed, 2017-05-10 at 19:20 +0100, David Howells wrote:
> Christoph Hellwig <hch@....de> wrote:
>
> > -#define NULL_UUID_LE
> > \
> > - UUID_LE(0x00000000, 0x0000, 0x0000, 0x00, 0x00, 0x00, 0x00,
> > \
> > - 0x00, 0x00, 0x00, 0x00)
> > +#define NULL_GUID
> > \
> > + GUID(0x00000000, 0x0000, 0x0000, 0x00, 0x00, 0x00, 0x00,
> > \
> > + 0x00, 0x00, 0x00, 0x00)
> >
> > -#define NULL_UUID_BE
> > \
> > - UUID_BE(0x00000000, 0x0000, 0x0000, 0x00, 0x00, 0x00, 0x00,
> > \
> > - 0x00, 0x00, 0x00, 0x00)
> > +#define NULL_UUID
> > \
> > + UUID(0x00000000, 0x0000, 0x0000, 0x00, 0x00, 0x00, 0x00,
> > \
> > + 0x00, 0x00, 0x00, 0x00)
>
> These are UAPI and ought not to be renamed.
>
Good point. I see in the branch it's already fixed.
--
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Intel Finland Oy
Powered by blists - more mailing lists