Hi Linus, Could you pull these three miscellaneous fixes to the afs filesystem: (1) Remove some struct members that aren't used, aren't set or aren't read, plus a wake up that nothing ever waits for. (2) Actually set the AFS_SERVER_FL_HAVE_EPOCH flag so that the code that depends on it can work. (3) Make a couple of waits uninterruptible if they're done for an operation that isn't supposed to be interruptible. Thanks, David --- The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936: Linux 5.7-rc2 (2020-04-19 14:35:30 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/afs-fixes-20200424 for you to fetch changes up to c4bfda16d1b40d1c5941c61b5aa336bdd2d9904a: afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriate (2020-04-24 16:33:32 +0100) ---------------------------------------------------------------- AFS miscellany ---------------------------------------------------------------- David Howells (3): afs: Remove some unused bits afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCH afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriate fs/afs/cmservice.c | 2 +- fs/afs/fs_probe.c | 5 +---- fs/afs/internal.h | 4 +--- fs/afs/rotate.c | 6 +++--- fs/afs/server.c | 7 ++----- fs/afs/vl_rotate.c | 4 ++-- fs/afs/volume.c | 8 +++++--- 7 files changed, 15 insertions(+), 21 deletions(-)