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


Ignore:
Timestamp:
2013-07-25T11:29:28Z (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:
b1b1891
Parents:
0ed9cb6
Message:

Remove path-based stat() from the server.

File:
1 edited

Legend:

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

    r0ed9cb6 rb1cdc44a  
    109109                        vfs_fstat(callid, &call);
    110110                        break;
    111                 case VFS_IN_STAT:
    112                         vfs_stat(callid, &call);
    113                         break;
    114111                case VFS_IN_MKDIR:
    115112                        vfs_mkdir(callid, &call);
Note: See TracChangeset for help on using the changeset viewer.