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>
Showing
- fs/afs/cmservice.c 7 additions, 7 deletionsfs/afs/cmservice.c
- fs/afs/file.c 1 addition, 1 deletionfs/afs/file.c
- fs/afs/flock.c 1 addition, 1 deletionfs/afs/flock.c
- fs/afs/fs_probe.c 2 additions, 2 deletionsfs/afs/fs_probe.c
- fs/afs/fsclient.c 144 additions, 143 deletionsfs/afs/fsclient.c
- fs/afs/internal.h 21 additions, 3 deletionsfs/afs/internal.h
- fs/afs/rxrpc.c 4 additions, 5 deletionsfs/afs/rxrpc.c
- fs/afs/vl_probe.c 2 additions, 2 deletionsfs/afs/vl_probe.c
- fs/afs/vlclient.c 13 additions, 20 deletionsfs/afs/vlclient.c
- fs/afs/yfsclient.c 98 additions, 119 deletionsfs/afs/yfsclient.c
Loading
Please register or sign in to comment