Changeset 1e50f81 in mainline


Ignore:
Timestamp:
2008-02-29T21:46:22Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9bb85f3
Parents:
ee68e4bc
Message:

Add a comment to libfs_lookup.

File:
1 edited

Legend:

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

    ree68e4bc r1e50f81  
    123123}
    124124
     125/** Lookup VFS triplet by name in the file system name space.
     126 *
     127 * @param ops           libfs operations structure with function pointers to
     128 *                      file system implementation
     129 * @param fs_handle     File system handle of the file system where to perform
     130 *                      the lookup.
     131 * @param rid           Request ID of the VFS_LOOKUP request.
     132 * @param request       VFS_LOOKUP request data itself.
     133 */
    125134void libfs_lookup(libfs_ops_t *ops, int fs_handle, ipc_callid_t rid,
    126135    ipc_call_t *request)
Note: See TracChangeset for help on using the changeset viewer.