Changeset 4f30222 in mainline for uspace/srv/fs/fat/fat_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/fat/fat_ops.c
rdde4689 r4f30222 956 956 static int 957 957 fat_mounted(service_id_t service_id, const char *opts, fs_index_t *index, 958 aoff64_t *size , unsigned *linkcnt)958 aoff64_t *size) 959 959 { 960 960 enum cache_mode cmode = CACHE_MODE_WB; … … 1105 1105 *index = ridxp->index; 1106 1106 *size = rootp->size; 1107 *linkcnt = rootp->lnkcnt;1108 1107 1109 1108 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.