Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs_ops.c

    r6371eb47 rb1834a01  
    892892        rc = vfs_fd_alloc(&file, false, out_fd);
    893893        if (rc != EOK) {
    894                 fibril_rwlock_read_unlock(&namespace_rwlock);
    895894                vfs_node_put(node);
    896895                vfs_file_put(parent);
Note: See TracChangeset for help on using the changeset viewer.