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

Timestamp:
2017-03-18T14:43:32Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0b97336
Parents:
f6b6b40
Message:

Test vfs_root() return value more robustly

In particular, vfs_root() does not set errno and returns a negative
return code. In some cases it returns ENOENT, which happens to be -1,
but this is not guaranteed.

(No files)

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