Changeset 5126f80 in mainline for uspace/srv/vfs/vfs_lookup.c
- Timestamp:
- 2017-03-08T11:42:17Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0d35511
- Parents:
- a737667e
- git-author:
- Jiri Zarevucky <zarevucky.jiri@…> (2017-03-08 11:42:17)
- git-committer:
- Jakub Jermar <jakub@…> (2017-03-08 11:42:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_lookup.c
ra737667e r5126f80 330 330 if (result != NULL) { 331 331 /* The found file may be a mount point. Try to cross it. */ 332 if (!(lflag & L_MP)) {332 if (!(lflag & (L_MP|L_DISABLE_MOUNTS))) { 333 333 base = vfs_node_peek(&res); 334 334 if (base != NULL && base->mount != NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.