
27 Oct
2011
27 Oct
'11
11:02 p.m.
On Thu, Oct 27, 2011 at 05:20:05PM +0800, Lei HH Li wrote:
+ if (flags) { + ret = virAsprintf(&cmd, "block_set_io_throttle %s %llu %llu %llu %llu %llu %llu", + device, + info->bps, + info->bps_rd, + info->bps_wr, + info->iops, + info->iops_rd, + info->iops_wr);
Please combine the parameters onto fewer lines. -- Adam Litke <agl@us.ibm.com> IBM Linux Technology Center