mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-03-26 22:30:42 +08:00
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>