Modules/FAT - (minor) Add forgotten LEAVE
[tpg/acess2.git] / KernelLand / Modules / Filesystems / FAT / dir.c
index b74b31f..96b90be 100644 (file)
@@ -659,6 +659,7 @@ tVFS_Node *FAT_GetNodeFromINode(tVFS_Node *Root, Uint64 Inode)
        if( ret ) {
                if( (ret->Inode >> 32) != 0 ) {
                        LOG("Node in cache, quick return");
+                       LEAVE('p', ret);
                        return ret;
                }
                else {

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