Changeset f783081 in mainline for uspace/srv/fs/mfs/mfs_ops.c
- Timestamp:
- 2021-10-25T00:32:45Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7aeb52cb
- Parents:
- 4fcc2de
- git-author:
- Jiri Svoboda <jiri@…> (2021-10-16 21:48:59)
- git-committer:
- jxsvoboda <5887334+jxsvoboda@…> (2021-10-25 00:32:45)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/mfs/mfs_ops.c
r4fcc2de rf783081 392 392 mfs_service_get(fs_node_t *fsnode) 393 393 { 394 struct mfs_node *node = fsnode->data; 395 return node->instance->service_id; 394 return 0; 396 395 } 397 396
Note:
See TracChangeset
for help on using the changeset viewer.