Changeset 5a324099 in mainline for uspace/srv/fs/fat/fat_ops.c
- Timestamp:
- 2008-05-04T16:17:01Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0c1ad7ac
- Parents:
- f520905
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
rf520905 r5a324099 309 309 if (strcmp(name, component) == 0) { 310 310 /* hit */ 311 fat_idx_t *idx = fat_idx_map(parentp->firstc, 311 fat_idx_t *idx = fat_idx_map( 312 parentp->idx->dev_handle, parentp->firstc, 312 313 i * dps + j); 313 314 void *node = fat_node_get(idx->dev_handle,
Note:
See TracChangeset
for help on using the changeset viewer.