Changeset 4f30222 in mainline for uspace/srv/fs/cdfs/cdfs_ops.c
- Timestamp:
- 2017-05-16T21:58:20Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3ec2acc
- Parents:
- dde4689
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/cdfs/cdfs_ops.c
rdde4689 r4f30222 1119 1119 1120 1120 static int cdfs_mounted(service_id_t service_id, const char *opts, 1121 fs_index_t *index, aoff64_t *size , unsigned int *lnkcnt)1121 fs_index_t *index, aoff64_t *size) 1122 1122 { 1123 1123 /* Initialize the block layer */ … … 1176 1176 *index = root->index; 1177 1177 *size = root->size; 1178 *lnkcnt = root->lnkcnt;1179 1178 1180 1179 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.