Changeset a5bad72 in mainline for uspace/srv/fs/minixfs/mfs_balloc.c


Ignore:
Timestamp:
2011-06-26T10:08:38Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2527b1d5
Parents:
38b7233
Message:

remove old debug messages

File:
1 edited

Legend:

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

    r38b7233 ra5bad72  
    8585        b->dirty = true;
    8686        r = block_put(b);
     87        mfsdebug("free index %u\n", idx);
    8788
    8889out_err:
     
    188189                for (j = 0; j < chunk_bits; ++j) {
    189190                        if (!(chunk & (1 << j))) {
    190                                 mfsdebug("i = %d j = %d\n", i, j);
    191191                                r = i * chunk_bits + j;
    192192                                chunk |= 1 << j;
Note: See TracChangeset for help on using the changeset viewer.