Changeset cf95bc0 in mainline for uspace/srv/fs/tmpfs/tmpfs_dump.c


Ignore:
Timestamp:
2009-05-09T21:56:50Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d4a172b
Parents:
4f46695e
Message:

Streamline TMPFS and fix its design so that it properly supports hardlinks.
libfs operation unlink() is now passed also the name of the component being
unlinked.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/tmpfs/tmpfs_dump.c

    r4f46695e rcf95bc0  
    6565                char *fname;
    6666                fs_node_t *fn;
    67                 tmpfs_dentry_t *nodep;
     67                tmpfs_node_t *nodep;
    6868                uint32_t size;
    6969               
Note: See TracChangeset for help on using the changeset viewer.