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

2017-05-31 Thread David Howells
Christoph Hellwig 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

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

2017-05-31 Thread Christoph Hellwig
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.