OSDN Git Service

afs: Remove some unused bits
authorDavid Howells <dhowells@redhat.com>
Fri, 24 Apr 2020 10:23:17 +0000 (11:23 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 24 Apr 2020 15:32:49 +0000 (16:32 +0100)
commitbe59167c8f27592e79c0044a0bbc515b38d5eace
treefef9f8666a70d7b8f70a55d9d539bd95d9f36afe
parentae83d0b416db002fe95601e7f97f64b59514d936
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>
fs/afs/fs_probe.c
fs/afs/internal.h
fs/afs/vl_rotate.c