don't let dirty blocks be evicted from cache!
This commit is contained in:
parent
38eee5bca7
commit
12abb1a561
4 changed files with 15 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue