Changeset ed990cf in mainline for uspace/srv/vfs/vfs.c


Ignore:
Timestamp:
2009-06-22T20:17:38Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
52e4f52
Parents:
e2dccb0
Message:

Remove an obsolete comment.

File:
1 edited

Legend:

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

    re2dccb0 red990cf  
    8484                case VFS_REGISTER:
    8585                        vfs_register(callid, &call);
    86                         /*
    87                          * Keep the connection open so that a file system can
    88                          * later ask us to connect it to another file system.
    89                          * This is necessary to support non-root mounts.
    90                          */
     86                        keep_on_going = false;
    9187                        break;
    9288                case VFS_MOUNT:
Note: See TracChangeset for help on using the changeset viewer.