Changes in uspace/srv/fs/locfs/locfs_ops.c [3e6a98c5:f9b2cb4c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/locfs/locfs_ops.c
r3e6a98c5 rf9b2cb4c 264 264 fibril_mutex_unlock(&services_mutex); 265 265 266 async_sess_t *sess = loc_service_connect( 267 EXCHANGE_SERIALIZE, node->service_id, 0);266 async_sess_t *sess = loc_service_connect(node->service_id, 267 INTERFACE_FS, 0); 268 268 269 269 fibril_mutex_lock(&services_mutex);
Note:
See TracChangeset
for help on using the changeset viewer.