patch-2.3.36 linux/mm/highmem.c
Next file: linux/mm/memory.c
Previous file: linux/mm/filemap.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Dec 29 10:35:35 1999
- Orig file:
v2.3.35/linux/mm/highmem.c
- Orig date:
Tue Dec 7 09:32:52 1999
diff -u --recursive --new-file v2.3.35/linux/mm/highmem.c linux/mm/highmem.c
@@ -331,7 +331,7 @@
} else
bh->b_end_io = bounce_end_io_read;
bh->b_dev_id = (void *)bh_orig;
- bh->b_rsector = -1;
+ bh->b_rsector = bh_orig->b_rsector;
memset(&bh->b_wait, -1, sizeof(bh->b_wait));
bh->b_kiobuf = NULL;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)