Changeset 7b6d98b in mainline for uspace/lib/libfs/libfs.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/lib/libfs/libfs.h

    r3ca7059 r7b6d98b  
    4747        void (* destroy)(void *);
    4848        bool (* link)(void *, void *, const char *);
    49         int (* unlink)(void *);
     49        int (* unlink)(void *, void *);
    5050        unsigned long (* index_get)(void *);
    5151        unsigned long (* size_get)(void *);
Note: See TracChangeset for help on using the changeset viewer.