Changeset 1061 for Whitix/branches/keobject/fs/vfs/bcache.c
- Timestamp:
- 10/03/08 12:18:51 (3 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/keobject/fs/vfs/bcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/keobject/fs/vfs/bcache.c
r966 r1061 22 22 #include <slab.h> 23 23 #include <llist.h> 24 #include <request.h>25 #include <malloc.h>26 24 #include <sched.h> 27 25 #include <wait.h> … … 31 29 #include <print.h> 32 30 #include <locks.h> 31 #include <request.h> 32 #include <devices/sdevice.h> 33 33 34 34 /* Speed this all up. It's quite a dumb cache at the moment. Readahead? */