Changeset 4f30222 in mainline for uspace/srv/fs/locfs/locfs_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/locfs/locfs_ops.c
rdde4689 r4f30222 461 461 462 462 static int locfs_mounted(service_id_t service_id, const char *opts, 463 fs_index_t *index, aoff64_t *size , unsigned *lnkcnt)463 fs_index_t *index, aoff64_t *size) 464 464 { 465 465 *index = 0; 466 466 *size = 0; 467 *lnkcnt = 0;468 467 return EOK; 469 468 }
Note:
See TracChangeset
for help on using the changeset viewer.