Changeset 06901c6b in mainline for uspace/lib/libfs/libfs.h


Ignore:
Timestamp:
2008-04-14T05:15:16Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e13d1feb
Parents:
c9f6e49f
Message:

Add node_put() to libfs operations and instrument libfs_lookup() to use it at
appropriate places.
Add node_put() to libfs operations and instrument libfs_lookup() to use it at
appropriate places.
Add node_put() to libfs operations and instrument libfs_lookup() to use it at
appropriate places.
Add node_put() to libfs operations and instrument libfs_lookup() to use it at
appropriate places.
Add node_put() to libfs operations and instrument libfs_lookup() to use it at
appropriate places.
Add node_put() to libfs operations and instrument libfs_lookup() to use it at
appropriate places.

File:
1 edited

Legend:

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

    rc9f6e49f r06901c6b  
    4545        void * (* match)(void *, const char *);
    4646        void * (* node_get)(dev_handle_t, fs_index_t, fs_index_t);
     47        void (* node_put)(void *);
    4748        void * (* create)(int);
    4849        void (* destroy)(void *);
Note: See TracChangeset for help on using the changeset viewer.