Skip to content
Commit e7cbbf1b authored by Boaz Harrosh's avatar Boaz Harrosh Committed by Jens Axboe
Browse files

bsg: Remove bogus check against request_queue->max_sectors



bsg submits REQ_TYPE_BLOCK_PC so the right check is max_hw_sectors.
But I've removed this check because right after, bsg proceeds with
calling blk_rq_map_user() which does all the right checks.

Signed-off-by: default avatarBoaz Harrosh <bharrosh@panasas.com>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 1cd96c24
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment