Searched hist:e3bde04f1ecef9d0508af9ea78421863744f552b (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | dm-mpath.c | diff e3bde04f1ecef9d0508af9ea78421863744f552b Fri Feb 28 08:33:46 CST 2014 Hannes Reinecke <hare@suse.de> dm mpath: reduce memory pressure when requeuing
When multipath needs to requeue I/O in the block layer the per-request context shouldn't be allocated, as it will be freed immediately afterwards anyway. Avoiding this memory allocation will reduce memory pressure during requeuing.
Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Mike Snitzer <snitzer@redhat.com> Reviewed-by: Jun'ichi Nomura <j-nomura@ce.jp.nec.com>
|