]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: switch TASK_INTERRUPTIBLE to TASK_KILLABLE
authorXiubo Li <xiubli@redhat.com>
Wed, 18 May 2022 14:49:26 +0000 (22:49 +0800)
committerXiubo Li <xiubli@redhat.com>
Wed, 18 May 2022 14:50:13 +0000 (22:50 +0800)
commit0b3746a4f8b553aa4d1ffc636575531715632c5d
treee641e40b24a0576e8c7864fc64ef438789edf60d
parent1b13e50a5028445a154b0581349b5b673daa243c
ceph: switch TASK_INTERRUPTIBLE to TASK_KILLABLE

If the task is placed in the TASK_INTERRUPTIBLE state it will sleep
until either something explicitly wakes it up, or a non-masked signal
is received. Switch to TASK_KILLABLE to avoid the noises.

Cc: Matthew Wilcox <willy@infradead.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Xiubo Li <xiubli@redhat.com>
fs/ceph/mds_client.h