Re: [PATCH 01/24] uuid,afs: move struct uuid_v1 back into afs

From: David Howells
Date: Wed May 31 2017 - 14:25:41 EST


Christoph Hellwig <hch@xxxxxx> wrote:

> This essentially is a partial revert of commit ff548773
> ("afs: Move UUID struct to linux/uuid.h") and moves struct uuid_v1 back into
> fs/afs as struct afs_uuid. It however keeps it as big endian structure
> so that we can use the normal uuid generation helpers when casting to/from
> struct afs_uuid.
>
> The V1 uuid intrepreatation in struct form isn't really useful to the
> rest of the kernel, and not really compatible to it either, so move it
> back to AFS instead of polluting the global uuid.h.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>

Acked-by: David Howells <dhowells@xxxxxxxxxx>