Changeset 54caa41b in mainline for uspace/srv/fs/minixfs/mfs_inode.c


Ignore:
Timestamp:
2011-03-24T21:30:52Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
41202a9
Parents:
cfbcd86
Message:

Link mfs_has_children() function to the libfs_ops structure

File:
1 edited

Legend:

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

    rcfbcd86 r54caa41b  
    7979
    8080        block_put(b);
     81        free(ino);
     82        ino_i->dirty = false;
    8183
    82         free(ino);
    8384        return ino_i;
    8485
     
    137138
    138139        block_put(b);
     140        free(ino);
     141        ino_i->dirty = false;
    139142
    140         free(ino);
    141143        return ino_i;
    142144
Note: See TracChangeset for help on using the changeset viewer.