]> git.baikalelectronics.ru Git - kernel.git/commit
afs: Move UUID struct to linux/uuid.h
authorDavid Howells <dhowells@redhat.com>
Fri, 10 Feb 2017 16:34:07 +0000 (16:34 +0000)
committerDavid Howells <dhowells@redhat.com>
Fri, 10 Feb 2017 16:34:17 +0000 (16:34 +0000)
commit3a15d15a760d2a4fbea47ccb9cd6634886b070fc
tree1bae4bf8247b6e556f03d4a13274666eb1ea620b
parentdb2be61a732f5b77630a792e9e82478dd15b7de9
afs: Move UUID struct to linux/uuid.h

Move the afs_uuid struct to linux/uuid.h, rename it to uuid_v1 and change
the u16/u32 fields to __be16/__be32 instead so that the structure can be
cast to a 16-octet network-order buffer.

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de
fs/afs/cmservice.c
fs/afs/internal.h
fs/afs/main.c
include/linux/uuid.h