Changeset a0edf5f in mainline for kernel/generic/include/ipc


Ignore:
Timestamp:
2007-09-16T11:02:33Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b006bfb8
Parents:
2b20947
Message:

VFS work.

Added mandatory VFS_LOOKUP

Handling of VFS_REGISTER request should be now more or less complete.
Added code that inserts the new fs_info structure into the list of registered
filesystems and creates a callback connection to the client FS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ipc/ipc.h

    r2b20947 ra0edf5f  
    103103 *
    104104 * The protocol for negotiating is:
    105  * - sys_connect_to_me - sends a message IPC_M_CONNECTTOME
     105 * - sys_connect_to_me - sends a message IPC_M_CONNECT_TO_ME
    106106 * - sys_wait_for_call - upon receipt tries to allocate new phone
    107107 *                       - if it fails, responds with ELIMIT
     
    111111 *                       the call is accepted and the response is sent back.
    112112 *                     - the allocated phoneid is passed to userspace
    113  *                       (on the receiving sid) as ARG3 of the call.
     113 *                       (on the receiving side) as ARG3 of the call.
    114114 *                     - the caller obtains taskid of the called thread
    115115 */
Note: See TracChangeset for help on using the changeset viewer.