Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2759 → Rev 2760

/trunk/uspace/srv/fs/tmpfs/tmpfs.h
47,7 → 47,7
link_t dh_link; /**< Dentries hash table link. */
struct tmpfs_dentry *sibling;
struct tmpfs_dentry *child;
char *name;
hash_table_t names; /**< All names linking to this TMPFS node. */
enum {
TMPFS_NONE,
TMPFS_FILE,