]> git.baikalelectronics.ru Git - kernel.git/commit
afs: Get rid of afs_call::reply[]
authorDavid Howells <dhowells@redhat.com>
Thu, 9 May 2019 21:22:50 +0000 (22:22 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 16 May 2019 15:25:21 +0000 (16:25 +0100)
commitd86297d6b4cf2f487af03eb9d14e3bc97a97ca28
treea77dadcb55b3cc56cbb1f8a583448944214ba163
parent56f65596485972fb87951b14885a6153c9d31ea6
afs: Get rid of afs_call::reply[]

Replace the afs_call::reply[] array with a bunch of typed members so that
the compiler can use type-checking on them.  It's also easier for the eye
to see what's going on.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/cmservice.c
fs/afs/file.c
fs/afs/flock.c
fs/afs/fs_probe.c
fs/afs/fsclient.c
fs/afs/internal.h
fs/afs/rxrpc.c
fs/afs/vl_probe.c
fs/afs/vlclient.c
fs/afs/yfsclient.c