Changeset 4f30222 in mainline for uspace/srv/fs/exfat/exfat_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/exfat/exfat_ops.c
rdde4689 r4f30222 1081 1081 static int 1082 1082 exfat_mounted(service_id_t service_id, const char *opts, fs_index_t *index, 1083 aoff64_t *size , unsigned *linkcnt)1083 aoff64_t *size) 1084 1084 { 1085 1085 int rc; … … 1259 1259 *index = rootp->idx->index; 1260 1260 *size = rootp->size; 1261 *linkcnt = rootp->lnkcnt;1262 1261 1263 1262 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.