Implement a proper block layer with partition support.
[pintos-anon] / src / devices / shutdown.c
index 42b67df57bc533b1681d1afb964dc1634e3b0930..7ff9a95adbe080893eef291ca96c937afdf8d44b 100644 (file)
@@ -10,7 +10,7 @@
 #include "userprog/exception.h"
 #endif
 #ifdef FILESYS
-#include "devices/disk.h"
+#include "devices/block.h"
 #include "filesys/filesys.h"
 #endif
 
@@ -121,7 +121,7 @@ print_stats (void)
   timer_print_stats ();
   thread_print_stats ();
 #ifdef FILESYS
-  disk_print_stats ();
+  block_print_stats ();
 #endif
   console_print_stats ();
   kbd_print_stats ();