]> asedeno.scripts.mit.edu Git - linux.git/commit
afs: Adjust the directory XDR structures
authorDavid Howells <dhowells@redhat.com>
Fri, 6 Apr 2018 13:17:25 +0000 (14:17 +0100)
committerDavid Howells <dhowells@redhat.com>
Mon, 9 Apr 2018 20:54:48 +0000 (21:54 +0100)
commit0031763698d197d779fcafe5685f6e7818b70d32
treec394fab3401bb476c034c51dcefb1da1d36e55fa
parent4ea219a839bf85cf774299e2f817e609ba7ef331
afs: Adjust the directory XDR structures

Adjust the AFS directory XDR structures in a number of superficial ways:

 (1) Rename them to all begin afs_xdr_.

 (2) Use u8 instead of uint8_t.

 (3) Mark the structures as __packed so they don't get rearranged by the
     compiler.

 (4) Rename the hdr member of afs_xdr_dir_block to meta.

 (5) Rename the pagehdr member of afs_xdr_dir_block to hdr.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/dir.c
fs/afs/xdr_fs.h