diff options
author | David Howells <dhowells@redhat.com> | 2020-04-24 12:23:17 +0200 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2020-04-24 17:32:49 +0200 |
commit | be59167c8f27592e79c0044a0bbc515b38d5eace (patch) | |
tree | fef9f8666a70d7b8f70a55d9d539bd95d9f36afe /fs/afs/internal.h | |
parent | Linux 5.7-rc2 (diff) | |
download | linux-be59167c8f27592e79c0044a0bbc515b38d5eace.tar.xz linux-be59167c8f27592e79c0044a0bbc515b38d5eace.zip |
afs: Remove some unused bits
Remove three bits:
(1) afs_server::no_epoch is neither set nor used.
(2) afs_server::have_result is set and a wakeup is applied to it, but
nothing looks at it or waits on it.
(3) afs_vl_dump_edestaddrreq() prints afs_addr_list::probed, but nothing
sets it for VL servers.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'fs/afs/internal.h')
-rw-r--r-- | fs/afs/internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/afs/internal.h b/fs/afs/internal.h index ef732dd4e7ef..69052c98de92 100644 --- a/fs/afs/internal.h +++ b/fs/afs/internal.h @@ -533,12 +533,10 @@ struct afs_server { u32 abort_code; u32 cm_epoch; short error; - bool have_result; bool responded:1; bool is_yfs:1; bool not_yfs:1; bool local_failure:1; - bool no_epoch:1; bool cm_probed:1; bool said_rebooted:1; bool said_inconsistent:1; |