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


Ignore:
Timestamp:
2013-07-24T22:51:59Z (12 years ago)
Author:
Ji?? Z?rev?cky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0ed9cb6
Parents:
9b48c06
Message:

Remove VFS_IN_OPEN from the server and fix trace.

File:
1 edited

Legend:

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

    r9b48c06 rff8c87c  
    9191                        vfs_open2(callid, &call);
    9292                        break;
    93                 case VFS_IN_OPEN:
    94                         vfs_open(callid, &call);
    95                         break;
    9693                case VFS_IN_CLOSE:
    9794                        vfs_close(callid, &call);
Note: See TracChangeset for help on using the changeset viewer.