Rev 4555 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4555 | Rev 4584 | ||
|---|---|---|---|
| Line 127... | Line 127... | ||
| 127 | * The node is not visible in the file system namespace. |
127 | * The node is not visible in the file system namespace. |
| 128 | * Free up its resources. |
128 | * Free up its resources. |
| 129 | */ |
129 | */ |
| 130 | int phone = vfs_grab_phone(node->fs_handle); |
130 | int phone = vfs_grab_phone(node->fs_handle); |
| 131 | ipcarg_t rc; |
131 | ipcarg_t rc; |
| 132 | rc = async_req_2_0(phone, VFS_DESTROY, |
132 | rc = async_req_2_0(phone, VFS_OUT_DESTROY, |
| 133 | (ipcarg_t)node->dev_handle, (ipcarg_t)node->index); |
133 | (ipcarg_t)node->dev_handle, (ipcarg_t)node->index); |
| 134 | assert(rc == EOK); |
134 | assert(rc == EOK); |
| 135 | vfs_release_phone(phone); |
135 | vfs_release_phone(phone); |
| 136 | } |
136 | } |
| 137 | if (free_vfs_node) |
137 | if (free_vfs_node) |