Changeset d8af1bd in mainline for uspace/srv/fs/minixfs/mfs.c
- Timestamp:
- 2011-06-25T11:36:18Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 38b7233
- Parents:
- 53eb588
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs.c
r53eb588 rd8af1bd 124 124 mfs_truncate(callid, &call); 125 125 break; 126 case VFS_OUT_DESTROY: 127 mfs_destroy(callid, &call); 128 break; 126 129 default: 127 130 async_answer_0(callid, ENOTSUP);
Note:
See TracChangeset
for help on using the changeset viewer.