Changeset ac28650 in mainline for uspace/srv/fs/minixfs/mfs_dentry.c


Ignore:
Timestamp:
2011-03-27T10:10:23Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a04b62d
Parents:
557ea4f6
Message:
  • Fix a bug in mfs_has_children() function
  • Some functions shold be declared as static
File:
1 edited

Legend:

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

    r557ea4f6 rac28650  
    5050                return NULL;
    5151
    52         int r = read_map(&block, mnode, index *sbi->dirsize);
     52        int r = read_map(&block, mnode, index * sbi->dirsize);
    5353
    5454        if (r != EOK || block == 0)
Note: See TracChangeset for help on using the changeset viewer.