Changeset 4a10b63 in mainline


Ignore:
Timestamp:
2009-02-01T12:09:26Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b7c4044
Parents:
4863e50b
Message:

Do not close connection to VFS after a file system registers.

File:
1 edited

Legend:

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

    r4863e50b r4a10b63  
    8282                case VFS_REGISTER:
    8383                        vfs_register(callid, &call);
    84                         keep_on_going = false;
     84                        /*
     85                         * Keep the connection open so that a file system can
     86                         * later ask us to connect it to another file system.
     87                         * This is necessary to support non-root mounts.
     88                         */
    8589                        break;
    8690                case VFS_MOUNT:
Note: See TracChangeset for help on using the changeset viewer.