Changeset d2c67e7 in mainline
- Timestamp:
- 2011-08-01T08:26:38Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8ff0bd2
- Parents:
- 7a2be00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs_ops.c
r7a2be00 rd2c67e7 1025 1025 on_error(r, goto out); 1026 1026 r = mfs_free_inode(mnode->instance, mnode->ino_i->index); 1027 on_error(r, goto out);1028 1027 1029 1028 out:
Note:
See TracChangeset
for help on using the changeset viewer.