Changeset 3298ddc in mainline for uspace/srv/fs/tmpfs/tmpfs.h


Ignore:
Timestamp:
2008-03-06T22:33:27Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d5d9c53
Parents:
739d00a
Message:

Support for multiple TMPFS node names.

File:
1 edited

Legend:

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

    r739d00a r3298ddc  
    4848        struct tmpfs_dentry *sibling;
    4949        struct tmpfs_dentry *child;
    50         char *name;
     50        hash_table_t names;     /**< All names linking to this TMPFS node. */
    5151        enum {
    5252                TMPFS_NONE,
Note: See TracChangeset for help on using the changeset viewer.