Changeset 5a324099 in mainline for uspace/srv/fs/fat/fat_ops.c


Ignore:
Timestamp:
2008-05-04T16:17:01Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0c1ad7ac
Parents:
f520905
Message:

Code for de/allocation of VFS indices for FAT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_ops.c

    rf520905 r5a324099  
    309309                        if (strcmp(name, component) == 0) {
    310310                                /* 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,
    312313                                    i * dps + j);
    313314                                void *node = fat_node_get(idx->dev_handle,
Note: See TracChangeset for help on using the changeset viewer.