Subversion Repositories HelenOS

Rev

Rev 2660 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2660 Rev 2676
Line 162... Line 162...
162
 
162
 
163
    /*
163
    /*
164
     * The first call has to be IPC_M_DATA_SEND in which we receive the
164
     * The first call has to be IPC_M_DATA_SEND in which we receive the
165
     * VFS info structure from the client FS.
165
     * VFS info structure from the client FS.
166
     */
166
     */
167
    if (!ipc_data_write_receive(&callid, NULL, &size)) {
167
    if (!ipc_data_write_receive(&callid, &size)) {
168
        /*
168
        /*
169
         * The client doesn't obey the same protocol as we do.
169
         * The client doesn't obey the same protocol as we do.
170
         */
170
         */
171
        dprintf("Receiving of VFS info failed.\n");
171
        dprintf("Receiving of VFS info failed.\n");
172
        ipc_answer_0(callid, EINVAL);
172
        ipc_answer_0(callid, EINVAL);