Changeset d2c8533 in mainline for uspace/srv/fs/cdfs/cdfs_ops.c
- Timestamp:
- 2017-05-08T20:38:47Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f066a87
- Parents:
- 582a0b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/cdfs/cdfs_ops.c
r582a0b8 rd2c8533 1021 1021 } 1022 1022 1023 static int cdfs_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info) 1024 { 1025 return ENOTSUP; 1026 } 1027 1023 1028 static int cdfs_mounted(service_id_t service_id, const char *opts, 1024 1029 fs_index_t *index, aoff64_t *size, unsigned int *lnkcnt) … … 1297 1302 1298 1303 vfs_out_ops_t cdfs_ops = { 1304 .fsprobe = cdfs_fsprobe, 1299 1305 .mounted = cdfs_mounted, 1300 1306 .unmounted = cdfs_unmounted,
Note:
See TracChangeset
for help on using the changeset viewer.