Start work on partition support.
[pintos-anon] / src / filesys / filesys.h
index 9563fbb37e2926a255d4256db8b268666e0a3870..fb969f1db7509d61894b630a1b3f4915a383842d 100644 (file)
@@ -5,7 +5,7 @@
 #include "filesys/off_t.h"
 
 /* Disk used for filesystem. */
-extern struct disk *filesys_disk;
+extern struct partition *filesys_partition;
 
 /* The free map file, opened by filesys_init() and never
    closed. */