BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 015db5ab00d4752727512ef7b91a3809f6853469 / vfs / superblock.c

// Related

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),
 };