Changeset 286286c in mainline for uspace/srv/vfs/vfs_ops.c


Ignore:
Timestamp:
2011-09-23T15:56:23Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1ab4aca, 6fe0bf8d
Parents:
4979403
Message:

Cstyle fixes and cleanup.

File:
1 edited

Legend:

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

    r4979403 r286286c  
    146146
    147147                        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));
    149150                        rlnkcnt = (unsigned) IPC_GET_ARG4(answer);
    150151                       
     
    280281        unsigned int instance = IPC_GET_ARG3(*request);
    281282
    282         /*
    283          * For now, don't make use of ARG3, but it can be used to
    284          * carry mount options in the future.
    285          */
    286        
    287283        /* We want the client to send us the mount point. */
    288284        char *mp;
Note: See TracChangeset for help on using the changeset viewer.