|
@@ -345,7 +345,7 @@ static int run_io_job(struct kcopyd_job *job)
|
|
{
|
|
{
|
|
int r;
|
|
int r;
|
|
struct dm_io_request io_req = {
|
|
struct dm_io_request io_req = {
|
|
- .bi_rw = job->rw | REQ_SYNC | REQ_UNPLUG,
|
|
|
|
|
|
+ .bi_rw = job->rw | REQ_UNPLUG,
|
|
.mem.type = DM_IO_PAGE_LIST,
|
|
.mem.type = DM_IO_PAGE_LIST,
|
|
.mem.ptr.pl = job->pages,
|
|
.mem.ptr.pl = job->pages,
|
|
.mem.offset = job->offset,
|
|
.mem.offset = job->offset,
|