commit | 0e76abf21e769245b6eebb27b439ad014ac49292 | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Fri May 13 11:04:33 2016 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu May 26 01:15:40 2016 +0200 |
tree | f6662693272bcd7b3eda7624d1f92bab2fb8531b | |
parent | f0b33df57a5f03c637f75ead7cb4d978c59cc63d [diff] |
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>