Changeset 8b4e203 in mainline
- Timestamp:
- 2010-12-21T17:02:39Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6118ccaf
- Parents:
- 1ab0852 (diff), cead2aa (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_lookup.c
r1ab0852 r8b4e203 179 179 fibril_mutex_unlock(&plb_mutex); 180 180 181 if (( (int) rc < EOK) || (!result))181 if ((int) rc < EOK) 182 182 return (int) rc; 183 184 if (!result) 185 return EOK; 183 186 184 187 result->triplet.fs_handle = (fs_handle_t) rc;
Note:
See TracChangeset
for help on using the changeset viewer.