Changeset 72bde81 in mainline for uspace/srv/vfs/vfs_lookup.c
- Timestamp:
- 2008-01-27T14:59:32Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2db4ac8
- Parents:
- 1fe186f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_lookup.c
r1fe186f r72bde81 58 58 * @param lflag Flags to be used during lookup. 59 59 * @param result Empty structure where the lookup result will be stored. 60 * Can be NULL. 60 61 * @param altroot If non-empty, will be used instead of rootfs as the root 61 62 * of the whole VFS tree. … … 163 164 futex_up(&plb_futex); 164 165 165 if ( rc == EOK) {166 if ((rc == EOK) && result) { 166 167 result->triplet.fs_handle = (int) IPC_GET_ARG1(answer); 167 168 result->triplet.dev_handle = (int) IPC_GET_ARG2(answer);
Note:
See TracChangeset
for help on using the changeset viewer.