Show
Ignore:
Timestamp:
10/03/08 12:18:51 (3 months ago)
Author:
mwhitworth
Message:

Fix sdevice.h includes, use the BYTES_PER_SECTOR define.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/keobject/fs/vfs/bcache.c

    r966 r1061  
    2222#include <slab.h> 
    2323#include <llist.h> 
    24 #include <request.h> 
    25 #include <malloc.h> 
    2624#include <sched.h> 
    2725#include <wait.h> 
     
    3129#include <print.h> 
    3230#include <locks.h> 
     31#include <request.h> 
     32#include <devices/sdevice.h> 
    3333 
    3434/* Speed this all up. It's quite a dumb cache at the moment. Readahead? */