Replace removed kernel API function with new one
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
parent
964877ddd6
commit
fbc3906576
@ -627,7 +627,7 @@ static int _blockdev_set_geometry(struct casdsk_disk *dsk, void *private)
|
|||||||
return -KCAS_ERR_UNALIGNED;
|
return -KCAS_ERR_UNALIGNED;
|
||||||
}
|
}
|
||||||
|
|
||||||
blk_queue_stack_limits(exp_q, core_q);
|
blk_stack_limits(&exp_q->limits, &core_q->limits, 0);
|
||||||
|
|
||||||
/* We don't want to receive splitted requests*/
|
/* We don't want to receive splitted requests*/
|
||||||
CAS_SET_QUEUE_CHUNK_SECTORS(exp_q, 0);
|
CAS_SET_QUEUE_CHUNK_SECTORS(exp_q, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user