Changeset e80c2ff in mainline for uspace/srv/fs/minixfs/mfs.h


Ignore:
Timestamp:
2011-07-06T19:56:57Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b89281b
Parents:
70ac0af
Message:

The read_directory_entry() function has been rewritten to avoid dynamic memory allocation
of the d_info structure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs.h

    r70ac0af re80c2ff  
    208208extern int
    209209read_directory_entry(struct mfs_node *mnode,
    210                      struct mfs_dentry_info **d_info, unsigned index);
     210                     struct mfs_dentry_info *d_info, unsigned index);
    211211
    212212extern int
Note: See TracChangeset for help on using the changeset viewer.