]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit49376bda5d232ae79d9b93411f7b903700f41234
tree4072cea58ebb9e178ee96fa53818e5b20669f2a6
parentd20423c48748854fcc1ce0c2702ffd25085ab8fa
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: 4ead43a3559d ("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