commit | 5dee2477df5368368b7dba810a17a3c411a1d0f0 | [log] [tgz] |
---|---|---|
author | Martin K. Petersen <martin.petersen@oracle.com> | Mon Sep 21 21:46:05 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Thu Oct 01 21:15:45 2009 +0200 |
tree | 24897963e1e81c9a300633d69f03aa0cb81c90a7 | |
parent | 80ddf247c84fbd7f4371dd15bbbff0adb44a8708 [diff] |
block: Do not clamp max_hw_sectors for stacking devices Stacking devices do not have an inherent max_hw_sector limit. Set the default to INT_MAX so we are bounded only by capabilities of the underlying storage. Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>