OSDN Git Service

afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriate
authorDavid Howells <dhowells@redhat.com>
Thu, 16 Apr 2020 17:17:13 +0000 (18:17 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 24 Apr 2020 15:33:32 +0000 (16:33 +0100)
commitc4bfda16d1b40d1c5941c61b5aa336bdd2d9904a
tree4072cea58ebb9e178ee96fa53818e5b20669f2a6
parent69cf3978f3ada4e54beae4ad44868b5627864884
afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriate

When an operation is meant to be done uninterruptibly (such as
FS.StoreData), we should not be allowing volume and server record checking
to be interrupted.

Fixes: d2ddc776a458 ("afs: Overhaul volume and server record caching and fileserver rotation")
Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/internal.h
fs/afs/rotate.c
fs/afs/server.c
fs/afs/volume.c