Changeset d2c8533 in mainline for uspace/srv/fs/locfs/locfs_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/locfs/locfs_ops.c
r582a0b8 rd2c8533 455 455 } 456 456 457 static int locfs_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info) 458 { 459 return ENOTSUP; 460 } 461 457 462 static int locfs_mounted(service_id_t service_id, const char *opts, 458 463 fs_index_t *index, aoff64_t *size, unsigned *lnkcnt) … … 763 768 764 769 vfs_out_ops_t locfs_ops = { 770 .fsprobe = locfs_fsprobe, 765 771 .mounted = locfs_mounted, 766 772 .unmounted = locfs_unmounted,
Note:
See TracChangeset
for help on using the changeset viewer.