Changeset e2dccb0 in mainline for uspace/srv/fs/fat/fat.c


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

Endpoint file systems should terminate the connection fibril when VFS closes the connection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat.c

    r2dfd9fa re2dccb0  
    9090                callid = async_get_call(&call);
    9191                switch  (IPC_GET_METHOD(call)) {
     92                case IPC_M_PHONE_HUNGUP:
     93                        return;
    9294                case VFS_MOUNTED:
    9395                        fat_mounted(callid, &call);
Note: See TracChangeset for help on using the changeset viewer.