Changeset 4f30222 in mainline for uspace/srv/fs/tmpfs/tmpfs_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/tmpfs/tmpfs_ops.c
rdde4689 r4f30222 427 427 428 428 static int 429 tmpfs_mounted(service_id_t service_id, const char *opts, 430 fs_index_t *index, aoff64_t *size, unsigned *lnkcnt)429 tmpfs_mounted(service_id_t service_id, const char *opts, fs_index_t *index, 430 aoff64_t *size) 431 431 { 432 432 fs_node_t *rootfn; … … 454 454 *index = rootp->index; 455 455 *size = rootp->size; 456 *lnkcnt = rootp->lnkcnt;457 456 458 457 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.