block: remove artifical max_hw_sectors cap
authorChristoph Hellwig <hch@lst.de>
Sat, 6 Sep 2014 23:08:05 +0000 (16:08 -0700)
committerJens Axboe <axboe@fb.com>
Mon, 30 Mar 2015 18:54:58 +0000 (12:54 -0600)
commite31f8cec208b4d0e28623f504547816e38e59489
treeb6eaf1288afa1d5986c7bb10583b9135f02dc317
parent99f4092b328a99d07a1d8c038a207709cb2c9c54
block: remove artifical max_hw_sectors cap

Set max_sectors to the value the drivers provides as hardware limit by
default.  Linux had proper I/O throttling for a long time and doesn't
rely on a artifically small maximum I/O size anymore.  By not limiting
the I/O size by default we remove an annoying tuning step required for
most Linux installation.

Note that both the user, and if absolutely required the driver can still
impose a limit for FS requests below max_hw_sectors_kb.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-settings.c
drivers/block/aoe/aoeblk.c
include/linux/blkdev.h