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 */