]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
afs: Eliminate the address pointer from the address list cursor
authorDavid Howells <dhowells@redhat.com>
Fri, 19 Oct 2018 23:57:59 +0000 (00:57 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 23 Oct 2018 23:41:09 +0000 (00:41 +0100)
commit2feeaf8433c8e68de3d0a06a0ffe7742bcd13c1a
tree3df3266b2ae356ad67edf8fa5bf3491e2c865472
parent744bcd713a4eabb248246f7deccfad30c579b7f5
afs: Eliminate the address pointer from the address list cursor

Eliminate the address pointer from the address list cursor as it's
redundant (ac->addrs[ac->index] can be used to find the same address) and
address lists must be replaced rather than being rearranged, so is of
limited value.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/addr_list.c
fs/afs/internal.h
fs/afs/rxrpc.c
fs/afs/server.c
fs/afs/vl_rotate.c
fs/afs/volume.c