Changes in uspace/srv/vfs/vfs_lookup.c [ffa2c8ef:96b02eb9] in mainline
- File:
-
- 1 edited
-
uspace/srv/vfs/vfs_lookup.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_lookup.c
rffa2c8ef r96b02eb9 37 37 38 38 #include "vfs.h" 39 #include <ipc/ipc.h> 39 40 #include <macros.h> 40 41 #include <async.h> … … 178 179 fibril_mutex_unlock(&plb_mutex); 179 180 180 if (( int) rc < EOK)181 if (((int) rc < EOK) || (!result)) 181 182 return (int) rc; 182 183 if (!result)184 return EOK;185 183 186 184 result->triplet.fs_handle = (fs_handle_t) rc;
Note:
See TracChangeset
for help on using the changeset viewer.
