commit | bc47df0fa705887242c26c7b040e7cf0170ab1f1 | [log] [tgz] |
---|---|---|
author | Boaz Harrosh <bharrosh@panasas.com> | Wed May 20 18:50:34 2009 +0300 |
committer | Boaz Harrosh <bharrosh@panasas.com> | Wed Jun 24 12:27:01 2009 +0300 |
tree | 5bd00f1f3561946dc3259994df1bb6248bdbc38a | |
parent | 2a13877c5ef3207a2a5c56250742e60808677f90 [diff] |
osdblk: Adjust queue limits to lower device's limits call blk_queue_stack_limits() to copy queue limits from the underline osd scsi_device. This is absolutely needed because osdblk cannot sleep when allocating a lower-request and therefore cannot be bouncing. TODO: Dynamic changes of limits to the lower device queue will not reflect in the upper driver Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>