⇤ ← Revision 1 as of 2004-12-19 17:07:58
Size: 439
Comment: import from old wiki
|
← Revision 2 as of 2017-12-30 01:30:10 ⇥
Size: 439
Comment: converted to 1.6 markup
|
No differences found! |
Comments from linux 0.01 fs/buffer.c /* * 'buffer.c' implements the buffer-cache functions. Race-conditions have * been avoided by NEVER letting a interrupt change a buffer (except for the * data, of course), but instead letting the caller do it. NOTE! As interrupts * can wake up a caller, some cli-sti sequences are needed to check for * sleep-on-calls. These should be extremely quick, though (I hope). */