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