]> 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)
commit40a47f0d85030d13ca9004419d5e317cf84f8352
tree4072cea58ebb9e178ee96fa53818e5b20669f2a6
parentc2accaa95ef3ef320dcb87a0e8ec4d33b00adc20
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: b7b4753fe8b8 ("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