KernelNewbies:
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).
 */

KernelNewbies: BufferComments (last edited 2017-12-30 01:30:10 by localhost)