Changeset f2ec8c8 in mainline for uspace/srv/fs/tmpfs/tmpfs.h


Ignore:
Timestamp:
2008-03-11T20:33:53Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
923c39e
Parents:
8ad8e49
Message:

Introduce fs_handle_t, dev_handle_t and fs_index_t.

File:
1 edited

Legend:

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

    r8ad8e49 rf2ec8c8  
    4444
    4545typedef struct tmpfs_dentry {
    46         unsigned long index;    /**< TMPFS node index. */
     46        fs_index_t index;       /**< TMPFS node index. */
    4747        link_t dh_link;         /**< Dentries hash table link. */
    4848        struct tmpfs_dentry *sibling;
Note: See TracChangeset for help on using the changeset viewer.