Re: [PATCH] mmc: block: Add MMC write packing statistics

2013-04-30 Thread merez
Hi Chris, Can we push this change to kernel-3.10? Thanks, Maya > The write packing statistics are used for debug purposes, in order > to get the amount of packing in different scenarios. > The statistics also include the reason for stopping the creation of > the packed request. > > Signed-off-by:

[PATCH] mmc: block: Add MMC write packing statistics

2013-04-22 Thread Maya Erez
The write packing statistics are used for debug purposes, in order to get the amount of packing in different scenarios. The statistics also include the reason for stopping the creation of the packed request. Signed-off-by: Maya Erez diff --git a/drivers/mmc/card/block.c b/drivers/mmc/card/block.