Modules/Ext2 - Adding inode creation/writeback on file close
[tpg/acess2.git] / KernelLand / Kernel / vfs / main.c
index fb1da89..0261eca 100644 (file)
@@ -172,3 +172,9 @@ void VFS_UpdateDriverFile(void)
        if(gsVFS_DriverFile)    free(gsVFS_DriverFile);
        gsVFS_DriverFile = buf;
 }
+
+void VFS_CleanupNode(tVFS_Node *Node)
+{
+       
+}
+

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