commit | 59fe27c0a8173a74b105debc803b97582028c90b | [log] [tgz] |
---|---|---|
author | Joern Engel <joern@logfs.org> | Wed Mar 17 13:47:45 2010 +0100 |
committer | Joern Engel <joern@logfs.org> | Sat Mar 27 11:19:14 2010 +0100 |
tree | 6011317b8da26f879989a4b654aedf6549181968 | |
parent | 49137f2efb5cf68724bccaba531ab3d59acd71f9 [diff] |
Limit max_pages for insane devices Intel SSDs have a limit of 0xffff as queue_max_hw_sectors(q). Such a limit may make sense from a hardware pov, but it causes bio_alloc() to return NULL. Signed-off-by: Joern Engel <joern@logfs.org>