Changes in uspace/srv/vfs/vfs_ops.c [b1834a01:6371eb47] in mainline
- File:
-
- 1 edited
-
uspace/srv/vfs/vfs_ops.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_ops.c
rb1834a01 r6371eb47 892 892 rc = vfs_fd_alloc(&file, false, out_fd); 893 893 if (rc != EOK) { 894 fibril_rwlock_read_unlock(&namespace_rwlock); 894 895 vfs_node_put(node); 895 896 vfs_file_put(parent);
Note:
See TracChangeset
for help on using the changeset viewer.
