ublk: optimize ublk_rq_has_data()#759
ublk: optimize ublk_rq_has_data()#759blktests-ci[bot] wants to merge 1 commit intolinus-master_basefrom
Conversation
|
Upstream branch: b4e0758 |
ceec5ed to
3b54e52
Compare
|
Upstream branch: 6596a02 |
f217361 to
f6f99c4
Compare
3b54e52 to
6a0b974
Compare
|
Upstream branch: 507bd4b |
f6f99c4 to
b86483c
Compare
6a0b974 to
59ca59b
Compare
|
Upstream branch: dd6c438 |
b86483c to
498441e
Compare
94f0438 to
857ada9
Compare
|
Upstream branch: dd6c438 |
498441e to
5dae3cf
Compare
857ada9 to
482ce5b
Compare
|
Upstream branch: dca922e |
5dae3cf to
1e9bd40
Compare
482ce5b to
5a9f7c7
Compare
|
Upstream branch: e75a43c |
1e9bd40 to
645c890
Compare
5a9f7c7 to
25a041f
Compare
|
Upstream branch: 66edb90 |
645c890 to
edd3b36
Compare
25a041f to
6f75bd1
Compare
|
Upstream branch: 6d35786 |
edd3b36 to
31b3f6e
Compare
6f75bd1 to
1f0d33a
Compare
|
Upstream branch: 6d35786 |
31b3f6e to
a4723f9
Compare
1f0d33a to
b1870f6
Compare
ublk_rq_has_data() currently uses bio_has_data(), which involves 2 indirections and several branches. Use blk_rq_bytes() instead, which performs a single indirection with no branches. Signed-off-by: Caleb Sander Mateos <csander@purestorage.com>
|
Upstream branch: aa54b1d |
a4723f9 to
f8166c1
Compare
Pull request for series with
subject: ublk: optimize ublk_rq_has_data()
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1084009