commit | ffba718e935402e7f42b8cd5d1e00e4a3907d361 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu May 09 22:22:50 2019 +0100 |
committer | David Howells <dhowells@redhat.com> | Thu May 16 16:25:21 2019 +0100 |
tree | a77dadcb55b3cc56cbb1f8a583448944214ba163 | |
parent | fefb2483dc10c736e4235984fed4f3a61c99e1c2 [diff] |
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>