Changeset b11ee88 in mainline


Ignore:
Timestamp:
2009-03-06T13:08:05Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e06da7e
Parents:
56d5c7f
Message:

add TODO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/sysipc.c

    r56d5c7f rb11ee88  
    937937         * copy whole call->data, not only call->data.args */
    938938        if (STRUCT_TO_USPACE(calldata, &call->data)) {
     939                /* XXX
     940                 * To avoid deadlocks in synchronous calls
     941                 * this should be replaced by discarding
     942                 * the call and notifying the caller.
     943                 */
    939944                return 0;
    940945        }
Note: See TracChangeset for help on using the changeset viewer.