Changeset 55a7fee in mainline for uspace/srv/vfs/vfs_ipc.c


Ignore:
Timestamp:
2017-03-19T20:15:55Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3648e184
Parents:
35e81e2
Message:

Streamline vfs_op_fstat()

File:
1 edited

Legend:

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

    r35e81e2 r55a7fee  
    6161{
    6262        int fd = IPC_GET_ARG1(*request);
    63         int rc = vfs_op_fstat_forward(fd);
     63        int rc = vfs_op_fstat(fd);
    6464        async_answer_0(rid, rc);
    6565}
Note: See TracChangeset for help on using the changeset viewer.