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


Ignore:
Timestamp:
2011-03-29T18:03:51Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ba5beaf
Parents:
1f1cc9d
Message:

Improves read_map() to avoid the need to call the read_ind_block() function.

File:
1 edited

Legend:

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

    r1f1cc9d r152610a8  
    438438                if (!d_info) {
    439439                        /*Reached the end of the dentries list*/
    440                         goto out;
     440                        break;
    441441                }
    442442
Note: See TracChangeset for help on using the changeset viewer.