Changeset 7b6d98b in mainline for uspace/srv/fs/tmpfs/tmpfs.h


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

No need to keep the parent pointer in the TMPFS node. Moreover, other file
systems won't have it either. Finally, if TMPFS is to support hardlinks, there
can be multiple parents.

File:
1 edited

Legend:

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

    r3ca7059 r7b6d98b  
    4646        unsigned long index;    /**< TMPFS node index. */
    4747        link_t dh_link;         /**< Dentries hash table link. */
    48         struct tmpfs_dentry *parent;
    4948        struct tmpfs_dentry *sibling;
    5049        struct tmpfs_dentry *child;
Note: See TracChangeset for help on using the changeset viewer.