Changeset 9bb85f3 in mainline for uspace/lib/libfs/libfs.c


Ignore:
Timestamp:
2008-03-01T17:02:17Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d6084ef
Parents:
1e50f81
Message:

Add canonify() for file system path canonization.
Not yet used by VFS.

File:
1 edited

Legend:

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

    r1e50f81 r9bb85f3  
    124124
    125125/** Lookup VFS triplet by name in the file system name space.
     126 *
     127 * The path passed in the PLB must be in the canonical file system path format
     128 * as returned by the canonify() function.
    126129 *
    127130 * @param ops           libfs operations structure with function pointers to
Note: See TracChangeset for help on using the changeset viewer.