BarryServer : Git

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

// Related

Nucleus

Barry Ordered object lists 74ee43c (3 years, 2 months ago)
diff --git a/vfs/namespace.c b/vfs/namespace.c
index 638453f..1b102af 100644
--- a/vfs/namespace.c
+++ b/vfs/namespace.c
@@ -25,7 +25,7 @@ static void
 file_system_new(Object *obj)
 {
 	FileSystem *fs = (void *) obj;
-	fs->cwdPath = create_list(&dirEntryType);
+	fs->cwdPath = create_list(&dirEntryType, LIST_NORMAL);
 }
 
 /* Destory a File System object */