diff options
author | Jens Axboe <axboe@fb.com> | 2014-06-05 21:38:39 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2014-06-05 21:38:39 +0200 |
commit | 762380ad9322951cea4ce9d24864265f9c66a916 (patch) | |
tree | 9ec3fe551583dcb9243d02a9728511e99216dcdc /block/bsg.c | |
parent | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... (diff) | |
download | linux-762380ad9322951cea4ce9d24864265f9c66a916.tar.xz linux-762380ad9322951cea4ce9d24864265f9c66a916.zip |
block: add notion of a chunk size for request merging
Some drivers have different limits on what size a request should
optimally be, depending on the offset of the request. Similar to
dividing a device into chunks. Add a setting that allows the driver
to inform the block layer of such a chunk size. The block layer will
then prevent merging across the chunks.
This is needed to optimally support NVMe with a non-zero stripe size.
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/bsg.c')
0 files changed, 0 insertions, 0 deletions