]> git.baikalelectronics.ru Git - kernel.git/commit
libceph: make ceph_osdc_wait_request() uninterruptible
authorYan, Zheng <zyan@redhat.com>
Fri, 13 May 2016 03:04:33 +0000 (11:04 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 25 May 2016 23:15:40 +0000 (01:15 +0200)
commit7b209fd8abf5444b4339f2dac3c347af4de9c791
treef6662693272bcd7b3eda7624d1f92bab2fb8531b
parent4eeb976a5bd6167435f9b6e19254eee53eb536d4
libceph: make ceph_osdc_wait_request() uninterruptible

Ceph_osdc_wait_request() is used when cephfs issues sync IO. In most
cases, the sync IO should be uninterruptible. The fix is use killale
wait function in ceph_osdc_wait_request().

Signed-off-by: Yan, Zheng <zyan@redhat.com>
net/ceph/osd_client.c