summaryrefslogtreecommitdiff
path: root/fs/afs/vl_rotate.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2023-10-20 14:12:42 +0100
committerDavid Howells <dhowells@redhat.com>2023-12-24 15:22:51 +0000
commitaa4917d6e59dc66ccffc8f449ea04f8236dd6ea4 (patch)
tree693dfb8c8a3ca28b5651490e2aa9cc224e4985ef /fs/afs/vl_rotate.c
parenta2aff7b5eb2584b8cb45820de025f786331eddc1 (diff)
afs: Rename addr_list::failed to probe_failed
Rename the failed member of struct addr_list to probe_failed as it's specifically related to probe failures. Signed-off-by: David Howells <dhowells@redhat.com> cc: Marc Dionne <marc.dionne@auristor.com> cc: linux-afs@lists.infradead.org
Diffstat (limited to 'fs/afs/vl_rotate.c')
-rw-r--r--fs/afs/vl_rotate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/afs/vl_rotate.c b/fs/afs/vl_rotate.c
index 6aaa2e4733ec..01c890b3d18d 100644
--- a/fs/afs/vl_rotate.c
+++ b/fs/afs/vl_rotate.c
@@ -322,7 +322,7 @@ static void afs_vl_dump_edestaddrreq(const struct afs_vl_cursor *vc)
a->nr_ipv4, a->nr_addrs, a->max_addrs,
a->preferred);
pr_notice("VC: - R=%lx F=%lx\n",
- a->responded, a->failed);
+ a->responded, a->probe_failed);
if (a == vc->ac.alist)
pr_notice("VC: - current\n");
}