BarryServer : Git

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

// Related

Nucleus

Barry Ordered object lists 74ee43c (3 years, 2 months ago)
diff --git a/vfs/superblock.c b/vfs/superblock.c
index 6c3776f..94100aa 100644
--- a/vfs/superblock.c
+++ b/vfs/superblock.c
@@ -25,7 +25,7 @@ static void
 super_block_new(Object *obj)
 {
 	SuperBlock *sb = (void *) obj;
-	sb->inodes = create_list(&inodeType);
+	sb->inodes = create_list(&inodeType, LIST_NORMAL);
 }
 
 /* Destroy SuperBlock object */