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

2016-07-22 Thread Martin K. Petersen
> "Hannes" == Hannes Reinecke writes: Hannes> The queue limits already have a 'chunk_sectors' setting, so we Hannes> should be presenting it via sysfs. Reviewed-by: Martin K. Petersen -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsu

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

2016-07-20 Thread Christoph Hellwig
On Tue, Jul 19, 2016 at 03:20:34PM +0200, Hannes Reinecke wrote: > The queue limits already have a 'chunk_sectors' setting, so > we should be presenting it via sysfs. > > Signed-off-by: Hannes Reinecke Looks fine for 4.8 independent of any ZBC implications: Reviewed-by: Christoph Hellwig -- To

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

2016-07-19 Thread Damien Le Moal
On 7/19/16 22:20, Hannes Reinecke wrote: 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 | 11 +++ 1 file changed, 11 insertions(+) Reviewed-by: Damien Le Moal Tested-by: Damien L

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

2016-07-19 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 | 11 +++ 1 file changed, 11 insertions(+) diff --git a/block/blk-sysfs.c b/block/blk-sysfs.c index 9920596..73200b8 100644 --- a/block/