Changeset e03d545 in mainline for uspace/srv/fs/minixfs/mfs_inode.c
- Timestamp:
- 2011-09-05T19:41:25Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5987f917, 9dbf5587
- Parents:
- 5222e746
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs_inode.c
r5222e746 re03d545 186 186 187 187 int 188 mfs_put_inode (struct mfs_node *mnode)188 mfs_put_inode_core(struct mfs_node *mnode) 189 189 { 190 190 int rc = EOK;
Note:
See TracChangeset
for help on using the changeset viewer.