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
acpica
Kconfig -rw-r--r-- 10.0 KB
Makefile -rw-r--r-- 1.5 KB
ac.c -rw-r--r-- 9.3 KB
acpi_memhotplug.c -rw-r--r-- 14.5 KB
battery.c -rw-r--r-- 25.8 KB
blacklist.c -rw-r--r-- 6.5 KB
bus.c -rw-r--r-- 21.5 KB
button.c -rw-r--r-- 14.8 KB
cm_sbs.c -rw-r--r-- 2.9 KB
container.c -rw-r--r-- 6.9 KB
debug.c -rw-r--r-- 9.0 KB
dock.c -rw-r--r-- 30.6 KB
ec.c -rw-r--r-- 28.0 KB
event.c -rw-r--r-- 6.8 KB
fan.c -rw-r--r-- 9.0 KB
glue.c -rw-r--r-- 7.3 KB
numa.c -rw-r--r-- 6.8 KB
osl.c -rw-r--r-- 34.1 KB
pci_bind.c -rw-r--r-- 9.4 KB
pci_irq.c -rw-r--r-- 12.2 KB
pci_link.c -rw-r--r-- 24.1 KB
pci_root.c -rw-r--r-- 9.9 KB
pci_slot.c -rw-r--r-- 9.9 KB
power.c -rw-r--r-- 20.7 KB
proc.c -rw-r--r-- 13.0 KB
processor_core.c -rw-r--r-- 30.3 KB
processor_idle.c -rw-r--r-- 33.1 KB
processor_perflib.c -rw-r--r-- 17.5 KB
processor_thermal.c -rw-r--r-- 12.0 KB
processor_throttling.c -rw-r--r-- 32.5 KB
reboot.c -rw-r--r-- 1.2 KB
sbs.c -rw-r--r-- 28.1 KB
sbshc.c -rw-r--r-- 7.8 KB
sbshc.h -rw-r--r-- 960 bytes
scan.c -rw-r--r-- 38.5 KB
sleep.c -rw-r--r-- 19.3 KB
sleep.h -rw-r--r-- 236 bytes
system.c -rw-r--r-- 14.6 KB
tables.c -rw-r--r-- 8.7 KB
thermal.c -rw-r--r-- 48.1 KB
utils.c -rw-r--r-- 10.3 KB
video.c -rw-r--r-- 53.7 KB
video_detect.c -rw-r--r-- 8.3 KB
wakeup.c -rw-r--r-- 4.5 KB

back to top