Changeset 6dae798 in mainline for uspace/lib/c/generic/vfs/vfs.c


Ignore:
Timestamp:
2026-03-18T12:47:36Z (24 hours ago)
Author:
GitHub <noreply@…>
Parents:
222774a (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-18 12:47:36)
git-committer:
GitHub <noreply@…> (2026-03-18 12:47:36)
Message:

Merge 34832c3e4df70614df5caa7d44b985f0460ef8ec into 222774a69b1583c34db4419abfda9fa6a1031f74

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/vfs/vfs.c

    r222774a r6dae798  
    12591259 *
    12601260 * @param parent        File handle of the parent node where the walk starts
    1261  * @param path          Parent-relative path to be walked
     1261 * @param path          Parent-relative absolute path to be walked (an
     1262 *                      absolute path with the parent being the root).
     1263 *                      If /foo is parent and path is "/bar/baz", the
     1264 *                      result would be /foo/bar/baz. Just "bar/baz" is
     1265 *                      not valid.
    12621266 * @param flags         Flags influencing the walk
    12631267 * @param[out] handle   File handle representing the result on success.
Note: See TracChangeset for help on using the changeset viewer.