Changeset 4af2f36 in mainline
- Timestamp:
- 2011-11-06T00:23:38Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 460514d
- Parents:
- 6f9ef87a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_ops.c
r6f9ef87a r4af2f36 558 558 } 559 559 assert(found); 560 fibril_mutex_unlock(&mtab_list_lock); 560 561 561 562 free(mp); 562 563 563 fibril_mutex_unlock(&mtab_list_lock);564 564 async_answer_0(rid, EOK); 565 565 }
Note:
See TracChangeset
for help on using the changeset viewer.