aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2020-08-19 15:13:44 +0100
committerDavid Howells <dhowells@redhat.com>2020-08-20 18:21:28 +0100
commit4f4c2c05eb7703b485b4285b8e2eee908c7b4508 (patch)
tree9362edc52ba6ec1230408e243a6350865f197ff9 /fs/afs/internal.h
parentrxrpc: Make rxrpc_kernel_get_srtt() indicate validity (diff)
downloadlinux-dev-4f4c2c05eb7703b485b4285b8e2eee908c7b4508.tar.xz
linux-dev-4f4c2c05eb7703b485b4285b8e2eee908c7b4508.zip
afs: Remove afs_vlserver->probe.have_result
Remove afs_vlserver->probe.have_result as it's neither read nor waited upon. Fixes: 3bf0fb6f33dd ("afs: Probe multiple fileservers simultaneously") Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to '')
-rw-r--r--fs/afs/internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/afs/internal.h b/fs/afs/internal.h
index 792ac711985e..2e6ae6388c72 100644
--- a/fs/afs/internal.h
+++ b/fs/afs/internal.h
@@ -412,7 +412,6 @@ struct afs_vlserver {
unsigned int rtt; /* RTT as ktime/64 */
u32 abort_code;
short error;
- bool have_result;
bool responded:1;
bool is_yfs:1;
bool not_yfs:1;