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