patch-2.4.0-test1 linux/drivers/block/ll_rw_blk.c
Next file: linux/drivers/block/lvm-snap.c
Previous file: linux/arch/sparc64/mm/modutil.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Wed May 24 18:38:26 2000
- Orig file:
v2.3.99-pre9/linux/drivers/block/ll_rw_blk.c
- Orig date:
Fri May 12 14:18:55 2000
diff -u --recursive --new-file v2.3.99-pre9/linux/drivers/block/ll_rw_blk.c linux/drivers/block/ll_rw_blk.c
@@ -757,15 +757,6 @@
bh->b_end_io(bh, test_bit(BH_Uptodate, &bh->b_state));
}
-static inline void buffer_IO_error(struct buffer_head * bh)
-{
- mark_buffer_clean(bh);
- /*
- * b_end_io has to clear the BH_Uptodate bitflag in the error case!
- */
- bh->b_end_io(bh, 0);
-}
-
int generic_make_request (request_queue_t *q, int rw, struct buffer_head * bh)
{
unsigned long flags;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)