]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit97bb954186740aeed3d6edad033dcff346e1fbca
treefef9f8666a70d7b8f70a55d9d539bd95d9f36afe
parent9b3ba36095d0fe4ace7a94fa411734a70b2bcbe8
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