Loading fs/ceph/file.c +1 −1 Original line number Diff line number Diff line Loading @@ -858,7 +858,7 @@ static void ceph_aio_retry_work(struct work_struct *work) } spin_unlock(&ci->i_ceph_lock); req = ceph_osdc_alloc_request(orig_req->r_osdc, snapc, 2, req = ceph_osdc_alloc_request(orig_req->r_osdc, snapc, 1, false, GFP_NOFS); if (!req) { ret = -ENOMEM; Loading Loading
fs/ceph/file.c +1 −1 Original line number Diff line number Diff line Loading @@ -858,7 +858,7 @@ static void ceph_aio_retry_work(struct work_struct *work) } spin_unlock(&ci->i_ceph_lock); req = ceph_osdc_alloc_request(orig_req->r_osdc, snapc, 2, req = ceph_osdc_alloc_request(orig_req->r_osdc, snapc, 1, false, GFP_NOFS); if (!req) { ret = -ENOMEM; Loading