Changeset 49d871ea in mainline
- Timestamp:
- 2010-10-05T19:53:42Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c0e74b1
- Parents:
- 2b698d8 (diff), 1882525 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_ops.c
r2b698d8 r49d871ea 1355 1355 int ret = vfs_close_internal(newfile); 1356 1356 if (ret != EOK) { 1357 fibril_mutex_unlock(&oldfile->lock); 1357 1358 ipc_answer_0(rid, ret); 1358 1359 return; … … 1361 1362 ret = vfs_fd_free(newfd); 1362 1363 if (ret != EOK) { 1364 fibril_mutex_unlock(&oldfile->lock); 1363 1365 ipc_answer_0(rid, ret); 1364 1366 return;
Note:
See TracChangeset
for help on using the changeset viewer.