afs: Turn the afs_addr_list address array into an array of structs
authorDavid Howells <dhowells@redhat.com>
Wed, 18 Oct 2023 14:38:14 +0000 (15:38 +0100)
committerDavid Howells <dhowells@redhat.com>
Sun, 24 Dec 2023 15:22:50 +0000 (15:22 +0000)
commit07f3502b33a260f873e35708d2fa693eb52225cb
treecaa935e7cf29808e164609f2ff7473d68c415350
parentfe245c8fcdac339e6b42076c828a6bede3a5e948
afs: Turn the afs_addr_list address array into an array of structs

Turn the afs_addr_list address array into an array of structs, thereby
allowing per-address (such as RTT) info to be added.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
fs/afs/addr_list.c
fs/afs/fs_probe.c
fs/afs/internal.h
fs/afs/proc.c
fs/afs/rotate.c
fs/afs/rxrpc.c
fs/afs/server.c
fs/afs/vl_alias.c
fs/afs/vl_probe.c
fs/afs/vl_rotate.c