Re: [PATCH 01/22] Revert "afs: Move UUID struct to linux/uuid.h"

From: David Howells
Date: Wed May 31 2017 - 06:33:24 EST


Christoph Hellwig <hch@xxxxxx> wrote:

> Does the afs protocol require a v1 uuid or does it just use the formwat on
> the wire?

The format it uses on the wire is separate XDR encoding of each of the fields
in the uuid_v1 struct, counting the elements of the node[] array separately.

I'm not sure that the servers actually parse the contents of the UUID, but I
can't be sure as I don't have access to the source for all of them.

OpenAFS and AuriStor will at least accept the version field being 4, however.

David