commit | c4bfda16d1b40d1c5941c61b5aa336bdd2d9904a | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Apr 16 18:17:13 2020 +0100 |
committer | David Howells <dhowells@redhat.com> | Fri Apr 24 16:33:32 2020 +0100 |
tree | 4072cea58ebb9e178ee96fa53818e5b20669f2a6 | |
parent | 69cf3978f3ada4e54beae4ad44868b5627864884 [diff] |
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>