summaryrefslogtreecommitdiff
path: root/trafgen
ModeNameSize
-rw-r--r--.gitignore27logplain
-rw-r--r--Makefile1237logplain
dt' onchange='this.form.submit();'>
authorDavid Howells <dhowells@redhat.com>2017-02-10 16:34:07 +0000
committerDavid Howells <dhowells@redhat.com>2017-02-10 16:34:17 +0000
commitff548773106ec7f8031bc6172e0234bd2a02c19c (patch)
tree1bae4bf8247b6e556f03d4a13274666eb1ea620b /fs/afs
parenta507c346b7fdc97296fa74626df49fdb7296a04e (diff)
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
Diffstat (limited to 'fs/afs')
-rw-r--r--fs/afs/cmservice.c28
-rw-r--r--fs/afs/internal.h27
-rw-r--r--fs/afs/main.c25
3 files changed, 29 insertions, 51 deletions
diff --git a/fs/afs/cmservice.c b/fs/afs/cmservice.c