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


Ignore:
Timestamp:
2011-07-27T10:55:19Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e8b6b6a
Parents:
88be951e
Message:

Remove the inode_grow() function and fix support to sparse files

File:
1 edited

Legend:

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

    r88be951e rb2a18234  
    195195
    196196extern int
    197 inode_grow(struct mfs_node *mnode, size_t size_grow);
    198 
    199 extern int
    200197inode_shrink(struct mfs_node *mnode, size_t size_shrink);
    201198
Note: See TracChangeset for help on using the changeset viewer.