Changeset 34f62f8 in mainline for uspace/lib/libfs/libfs.h


Ignore:
Timestamp:
2008-04-20T11:22:33Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
869e546
Parents:
9765182
Message:

Revert libfs node_get() API to a model without the parent node pointer
argument.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libfs/libfs.h

    r9765182 r34f62f8  
    4444typedef struct {
    4545        void * (* match)(void *, const char *);
    46         void * (* node_get)(dev_handle_t, fs_index_t, fs_index_t);
     46        void * (* node_get)(dev_handle_t, fs_index_t);
    4747        void (* node_put)(void *);
    4848        void * (* create)(int);
Note: See TracChangeset for help on using the changeset viewer.