[PATCH 23/25] afs: Eliminate the address pointer from the address list cursor [ver #2]

2018-10-23 Thread David Howells
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 --- fs/afs/addr_list.c |2 --

[PATCH 23/25] afs: Eliminate the address pointer from the address list cursor [ver #2]

2018-10-23 Thread David Howells
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 --- fs/afs/addr_list.c |2 --