Changes in uspace/srv/fs/locfs/locfs_ops.c [3e6a98c5:1558d85] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/locfs/locfs_ops.c
r3e6a98c5 r1558d85 46 46 #include <ipc/loc.h> 47 47 #include <sys/stat.h> 48 #include <libfs.h>49 48 #include <assert.h> 50 49 #include "locfs.h" … … 264 263 fibril_mutex_unlock(&services_mutex); 265 264 266 async_sess_t *sess = loc_service_connect( 267 EXCHANGE_SERIALIZE, node->service_id, 0);265 async_sess_t *sess = loc_service_connect(node->service_id, 266 INTERFACE_FS, 0); 268 267 269 268 fibril_mutex_lock(&services_mutex);
Note:
See TracChangeset
for help on using the changeset viewer.