Changeset ff2e72e in mainline for uspace/srv/fs/minixfs/mfs_dentry.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_dentry.c

    rc2fcfc0 rff2e72e  
    4444        block_t *b;
    4545
    46         mfsdebug("read_directory(%u)\n", index);
    47 
    4846        *d_info = malloc(sizeof(**d_info));
    4947        if (!*d_info)
     
    180178                        return r;
    181179
    182                 mfsdebug("read dentry\n");
     180                mfsdebug("read dentry %d\n", i);
    183181                r = read_directory_entry(mnode, &d_info, i);
    184182                if (r != EOK)
Note: See TracChangeset for help on using the changeset viewer.