Nucleus
Barry File object 015db5a (3 years, 3 months ago)
diff --git a/vfs/superblock.c b/vfs/superblock.c
index 237f723..657ddc7 100644
--- a/vfs/superblock.c
+++ b/vfs/superblock.c
@@ -15,6 +15,7 @@ struct FindData {
Inode *result;
};
+/* Super Block object type */
ObjectType superBlockType = {
.size = sizeof(SuperBlock),
};