Re: [PATCH 1/9] blk-sysfs: Add 'chunk_sectors' to sysfs attributes

2016-04-15 Thread Hannes Reinecke
On 04/14/2016 09:09 PM, Bart Van Assche wrote: > On 04/04/2016 03:00 AM, Hannes Reinecke wrote: >> The queue limits already have a 'chunk_sectors' setting, so >> we should be presenting it via sysfs. > > This patch does more than exporting chunk_sectors via sysfs. It also > makes that parameter

Re: [PATCH 1/9] blk-sysfs: Add 'chunk_sectors' to sysfs attributes

2016-04-14 Thread Bart Van Assche
On 04/04/2016 03:00 AM, Hannes Reinecke wrote: The queue limits already have a 'chunk_sectors' setting, so we should be presenting it via sysfs. This patch does more than exporting chunk_sectors via sysfs. It also makes that parameter configurable. Please mention this in the patch

[PATCH 1/9] blk-sysfs: Add 'chunk_sectors' to sysfs attributes

2016-04-04 Thread Hannes Reinecke
The queue limits already have a 'chunk_sectors' setting, so we should be presenting it via sysfs. Signed-off-by: Hannes Reinecke --- block/blk-sysfs.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/block/blk-sysfs.c b/block/blk-sysfs.c index