Changeset e4e546b in mainline for uspace/app/tester/vfs/vfs1.c

Timestamp:
2017-03-22T19:26:21Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c68edd2
Parents:
c990ee6
Message:

Fix L_CREATE and L_UNLINK across mountpoints

Server-side mountpoints broke linking of the first name and unlinking of
the last name of a file across mountpoints. In order to do the expected
thing, both operations need to be split into a mere lookup phase to
locate the parent of the added/removed name, and a link/unlink phase
that adds/removes the name to/from the parent node.

(No files)

Note: See TracChangeset for help on using the changeset viewer.