don't let dirty blocks be evicted from cache!

This commit is contained in:
Robert Morris 2011-10-14 10:23:23 -04:00
parent 38eee5bca7
commit 12abb1a561
4 changed files with 15 additions and 4 deletions

View file

@ -1,3 +1,9 @@
//
// File-system system calls.
// Mostly argument checking, since we don't trust
// user code, and calls into file.c and fs.c.
//
#include "types.h"
#include "defs.h"
#include "param.h"