Subversion Repositories HelenOS

Rev

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

Rev 2677 Rev 2678
Line 108... Line 108...
108
        if (size >= BLOCK_SIZE) {
108
        if (size >= BLOCK_SIZE) {
109
            /*
109
            /*
110
             * The client sends an as_area that can absorb the whole
110
             * The client sends an as_area that can absorb the whole
111
             * block.
111
             * block.
112
             */
112
             */
113
            (void) ipc_share_out_deliver(callid, fs_va);
113
            (void) ipc_share_out_finalize(callid, fs_va);
114
        } else {
114
        } else {
115
            /*
115
            /*
116
             * The client offered as_area too small.
116
             * The client offered as_area too small.
117
             * Close the connection.
117
             * Close the connection.
118
             */
118
             */