Modules/FAT - Logged unimplimented function
authorJohn Hodge <[email protected]>
Fri, 13 Jul 2012 10:49:28 +0000 (18:49 +0800)
committerJohn Hodge <[email protected]>
Fri, 13 Jul 2012 10:49:28 +0000 (18:49 +0800)
KernelLand/Modules/Filesystems/FAT/nodecache.c

index a9cdbd6..dc285c4 100644 (file)
@@ -123,6 +123,7 @@ tVFS_Node *FAT_int_CreateIncompleteDirNode(tFAT_VolInfo *Disk, Uint32 Cluster)
        }       
 
        // Create a temporary node?
+       Log_Warning("FAT", "TODO: Impliment FAT_int_CreateIncompleteDirNode()");
 
        Mutex_Release(&Disk->lNodeCache);
        return NULL;

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