Peter Lieven
75af1f34cd
block: introduce BDRV_REQUEST_MAX_SECTORS
...
we check and adjust request sizes at several places with
sometimes inconsistent checks or default values:
INT_MAX
INT_MAX >> BDRV_SECTOR_BITS
UINT_MAX >> BDRV_SECTOR_BITS
SIZE_MAX >> BDRV_SECTOR_BITS
This patches introdocues a macro for the maximal allowed sectors
per request and uses it at several places.
Signed-off-by: Peter Lieven <pl@kamp.de>
Reviewed-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2015-02-06 17:24:22 +01:00
..
2015-02-02 16:55:10 +01:00
2015-01-27 13:17:30 +00:00
2014-10-03 10:30:33 +01:00
2015-02-05 13:37:23 +00:00
2015-01-22 11:04:18 +01:00
2015-02-06 17:24:22 +01:00
2014-08-15 19:12:48 +04:00
2015-01-26 12:22:44 +01:00
2015-01-26 12:22:44 +01:00
2014-11-03 19:51:56 +03:00
2014-10-20 14:02:25 +02:00
2015-01-19 13:33:26 +01:00
2015-01-26 12:22:44 +01:00
2014-11-04 23:26:12 +01:00
2014-09-02 22:38:16 +04:00
2015-01-27 13:17:30 +00:00
2015-02-06 17:24:20 +01:00
2015-01-26 12:22:44 +01:00
2015-01-26 12:27:05 +01:00
2014-08-18 12:06:21 +02:00
2015-01-26 12:22:44 +01:00
2015-01-08 13:17:55 +02:00
2014-11-03 00:59:10 +03:00
2015-01-27 14:46:18 +02:00
2014-11-03 00:59:10 +03:00
2014-11-17 11:41:03 +01:00
2015-01-26 12:26:55 +01:00
2014-09-09 13:41:43 +02:00
2015-02-06 14:04:36 +00:00
2015-01-16 11:54:30 +00:00
2014-11-03 00:59:10 +03:00
2015-02-05 17:16:14 +01:00
2014-10-15 05:03:13 +02:00
2015-01-07 16:16:24 +01:00
2014-10-24 12:19:11 +01:00
2015-01-08 17:32:27 +00:00
2015-02-03 13:42:40 +01:00
2015-02-05 17:16:14 +01:00
2015-01-26 12:22:44 +01:00
2014-10-20 14:02:25 +02:00
2014-12-22 23:39:15 +00:00
2014-12-22 23:39:15 +00:00
2014-08-15 18:54:40 +04:00
2015-02-05 17:16:14 +01:00
2014-12-10 11:30:55 +03:00
2014-11-02 10:04:34 +03:00
2014-09-09 13:41:43 +02:00
2015-01-26 12:22:44 +01:00
2015-02-04 11:45:32 -07:00
2015-02-05 17:16:14 +01:00
2015-01-26 12:22:44 +01:00
2015-01-13 11:49:46 +00:00
2014-10-20 14:02:25 +02:00
2014-11-03 01:00:37 +03:00
2014-12-19 15:24:06 -07:00