Changeset ff2e72e in mainline for uspace/srv/fs/minixfs/mfs_ops.c


Ignore:
Timestamp:
2011-05-13T17:30:15Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
13ecdac9
Parents:
c2fcfc0
Message:

remove old debug messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs_ops.c

    rc2fcfc0 rff2e72e  
    477477        *rfn = node;
    478478
    479         mfsdebug("node_get_core(%d) OK\n", (int) index);
    480 
    481479        return EOK;
    482480
     
    540538        *has_children = false;
    541539
    542         mfsdebug("mfs_has_children()\n");
    543 
    544540        if (!S_ISDIR(mnode->ino_i->i_mode))
    545541                goto out;
     
    569565
    570566out:
    571 
    572         if (*has_children) {
    573                 mfsdebug("Has children\n");
    574         } else {
    575                 mfsdebug("Has not children\n");
    576         }
    577567
    578568        return EOK;
Note: See TracChangeset for help on using the changeset viewer.