Changeset 338c943 in mainline


Ignore:
Timestamp:
2007-12-19T16:52:28Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4b11571
Parents:
4ada6d5
Message:

VFS work.
Don't hang up the connection to VFS after VFS_MOUNT.

File:
1 edited

Legend:

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

    r4ada6d5 r338c943  
    9090                case VFS_MOUNT:
    9191                        vfs_mount(callid, &call);
    92                         keep_on_going = false;
    9392                        break;
    9493                case VFS_OPEN:
Note: See TracChangeset for help on using the changeset viewer.