Kernel/x86 - Added backtrace to running program in thread dump
[tpg/acess2.git] / KernelLand / Modules / Filesystems / Ext2 / ext2.c
index 4d13f1e..516fe0b 100644 (file)
@@ -139,7 +139,7 @@ tVFS_Node *Ext2_InitDevice(const char *Device, const char **Options)
        disk->GroupCount = groupCount;\r
        \r
        // Get an inode cache handle\r
-       disk->CacheID = Inode_GetHandle();\r
+       disk->CacheID = Inode_GetHandle(NULL);\r
        \r
        // Get Block Size\r
        if( sb.s_log_block_size > MAX_BLOCK_LOG_SIZE ) {\r

UCC git Repository :: git.ucc.asn.au