Changeset 286286c in mainline for uspace/srv/vfs/vfs_ops.c
- Timestamp:
- 2011-09-23T15:56:23Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1ab4aca, 6fe0bf8d
- Parents:
- 4979403
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_ops.c
r4979403 r286286c 146 146 147 147 rindex = (fs_index_t) IPC_GET_ARG1(answer); 148 rsize = (aoff64_t) MERGE_LOUP32(IPC_GET_ARG2(answer), IPC_GET_ARG3(answer)); 148 rsize = (aoff64_t) MERGE_LOUP32(IPC_GET_ARG2(answer), 149 IPC_GET_ARG3(answer)); 149 150 rlnkcnt = (unsigned) IPC_GET_ARG4(answer); 150 151 … … 280 281 unsigned int instance = IPC_GET_ARG3(*request); 281 282 282 /*283 * For now, don't make use of ARG3, but it can be used to284 * carry mount options in the future.285 */286 287 283 /* We want the client to send us the mount point. */ 288 284 char *mp;
Note:
See TracChangeset
for help on using the changeset viewer.