]> 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)
commit4bfd9d9a3da3428a1c5f9b2984b4644dbdb6d305
treea77dadcb55b3cc56cbb1f8a583448944214ba163
parent6e7d4692412239809206f72c874a36cba4620104
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