Re: [PATCH 04/23] uuid: rename uuid types

2017-05-18 Thread Darrick J. Wong
On Thu, May 18, 2017 at 08:26:46AM +0200, Christoph Hellwig wrote: > Our "little endian" UUID really is a Wintel GUID, so rename it and its > helpers such (guid_t). The big endian UUID is the only true one, so > give it the name uuid_t. The uuid_le and uuid_be names are retained for > now, but wi

[PATCH 04/23] uuid: rename uuid types

2017-05-17 Thread Christoph Hellwig
Our "little endian" UUID really is a Wintel GUID, so rename it and its helpers such (guid_t). The big endian UUID is the only true one, so give it the name uuid_t. The uuid_le and uuid_be names are retained for now, but will hopefully go away soon. The exception to that are the _cmp helpers that