commit | 80ddf247c84fbd7f4371dd15bbbff0adb44a8708 | [log] [tgz] |
---|---|---|
author | Martin K. Petersen <martin.petersen@oracle.com> | Fri Sep 18 22:54:37 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Thu Oct 01 21:15:45 2009 +0200 |
tree | 77f60af44099d1181ad87bdb2e61cf605df1b78a | |
parent | 9f792d9f58496161b1b201e2ca440a6b6e116c39 [diff] |
block: Set max_sectors correctly for stacking devices The topology changes unintentionally caused SAFE_MAX_SECTORS to be set for stacking devices. Set the default limit to BLK_DEF_MAX_SECTORS and provide SAFE_MAX_SECTORS in blk_queue_make_request() for legacy hw drivers that depend on the old behavior. Acked-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>