git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cd96c2
)
bsg: Remove bogus check against request_queue->max_sectors
author
Boaz Harrosh
<bharrosh@panasas.com>
Tue, 24 Mar 2009 11:37:50 +0000
(12:37 +0100)
committer
Jens Axboe
<jens.axboe@oracle.com>
Thu, 26 Mar 2009 10:01:25 +0000
(11:01 +0100)
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: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/bsg.c
patch
|
blob
|
history
diff --cc
block/bsg.c
Simple merge