Revision 59247eaea50cc68cc6ce3d3fd3855f3301b65c96 authored by Jens Axboe on 06 March 2009, 07:55:24 UTC, committed by Jens Axboe on 06 March 2009, 07:55:24 UTC
Commit 1e42807918d17e8c93bf14fbb74be84b141334c1 introduced a bug where we
don't get front/back segment sizes in the bio in blk_recount_segments().
Fix this by tracking the back bio as well as the front bio in
__blk_recalc_rq_segments(), this also cleans up the interface by getting
rid of the segment size pointer passing.

Tested-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
1 parent a3941ec
History
File Mode Size
lmc
.gitignore -rw-r--r-- 12 bytes
Kconfig -rw-r--r-- 15.8 KB
Makefile -rw-r--r-- 2.0 KB
c101.c -rw-r--r-- 10.8 KB
cosa.c -rw-r--r-- 57.9 KB
cosa.h -rw-r--r-- 4.2 KB
cycx_drv.c -rw-r--r-- 15.3 KB
cycx_main.c -rw-r--r-- 9.2 KB
cycx_x25.c -rw-r--r-- 44.7 KB
dlci.c -rw-r--r-- 11.5 KB
dscc4.c -rw-r--r-- 53.7 KB
farsync.c -rw-r--r-- 71.2 KB
farsync.h -rw-r--r-- 14.1 KB
hd64570.c -rw-r--r-- 19.7 KB
hd64570.h -rw-r--r-- 8.5 KB
hd64572.c -rw-r--r-- 17.6 KB
hd64572.h -rw-r--r-- 15.7 KB
hdlc.c -rw-r--r-- 7.9 KB
hdlc_cisco.c -rw-r--r-- 9.8 KB
hdlc_fr.c -rw-r--r-- 29.9 KB
hdlc_ppp.c -rw-r--r-- 18.8 KB
hdlc_raw.c -rw-r--r-- 2.6 KB
hdlc_raw_eth.c -rw-r--r-- 3.2 KB
hdlc_x25.c -rw-r--r-- 4.8 KB
hostess_sv11.c -rw-r--r-- 7.0 KB
ixp4xx_hss.c -rw-r--r-- 34.0 KB
lapbether.c -rw-r--r-- 10.2 KB
n2.c -rw-r--r-- 13.3 KB
pc300-falc-lh.h -rw-r--r-- 32.6 KB
pc300.h -rw-r--r-- 12.6 KB
pc300_drv.c -rw-r--r-- 109.8 KB
pc300_tty.c -rw-r--r-- 28.8 KB
pc300too.c -rw-r--r-- 14.0 KB
pci200syn.c -rw-r--r-- 11.8 KB
sbni.c -rw-r--r-- 42.6 KB
sbni.h -rw-r--r-- 2.7 KB
sdla.c -rw-r--r-- 38.4 KB
sealevel.c -rw-r--r-- 7.7 KB
wanxl.c -rw-r--r-- 21.1 KB
wanxl.h -rw-r--r-- 4.4 KB
wanxlfw.S -rw-r--r-- 23.1 KB
wanxlfw.inc_shipped -rw-r--r-- 12.3 KB
x25_asy.c -rw-r--r-- 18.3 KB
x25_asy.h -rw-r--r-- 1.6 KB
z85230.c -rw-r--r-- 39.1 KB
z85230.h -rw-r--r-- 13.4 KB

back to top