Changeset cc7de50 in mainline for uspace/srv/vfs/vfs_lookup.c


Ignore:
Timestamp:
2026-03-20T20:50:32Z (5 days ago)
Author:
GitHub <noreply@…>
Parents:
4f16db1 (diff), 34832c3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Vít Skalický <skalicky@…> (2026-03-20 20:50:32)
git-committer:
GitHub <noreply@…> (2026-03-20 20:50:32)
Message:

Merge 34832c3e4df70614df5caa7d44b985f0460ef8ec into 4f16db12a6eb96c2068777d1b95978d94e4119b1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs_lookup.c

    r4f16db1 rcc7de50  
    325325 *
    326326 * @param base    The file from which to perform the lookup.
    327  * @param path    Path to be resolved; it must be a NULL-terminated
    328  *                string.
     327 * @param path    Path to be resolved; It must be an absolute path
     328 *                which get resolved relatively to base; it must be a
     329 *                NULL-terminated string. Example: If /foo is parent
     330 *                and path is "/bar/baz", the result would be /foo/bar/baz.
     331 *                Just "bar/baz" is not valid.
    329332 * @param lflag   Flags to be used during lookup.
    330333 * @param result  Empty structure where the lookup result will be stored.
Note: See TracChangeset for help on using the changeset viewer.