patch-2.3.2 linux/fs/buffer.c
Next file: linux/fs/efs/.cvsignore
Previous file: linux/fs/Makefile
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Thu May 13 23:18:20 1999
- Orig file:
v2.3.1/linux/fs/buffer.c
- Orig date:
Fri May 14 18:55:24 1999
diff -u --recursive --new-file v2.3.1/linux/fs/buffer.c linux/fs/buffer.c
@@ -644,7 +644,9 @@
clear_bit(BH_Req, &bh->b_state);
bh->b_flushtime = 0;
}
- remove_from_hash_queue(bh);
+ remove_from_queues(bh);
+ bh->b_dev=B_FREE;
+ insert_into_queues(bh);
}
}
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)