Changeset 2c4bbcde in mainline for uspace/srv/fs/fat/fat.h


Ignore:
Timestamp:
2008-05-11T11:16:41Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5d12283
Parents:
4573a79
Message:

More bits of fat_node_get().
Still needs to do some locking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat.h

    r4573a79 r2c4bbcde  
    206206         */
    207207        fat_cluster_t           firstc;
    208         /** FAT in-core node hash table link. */
    209         link_t                  fin_link;
    210208        /** FAT in-core node free list link. */
    211209        link_t                  ffn_link;
Note: See TracChangeset for help on using the changeset viewer.