Opened 13 years ago

Closed 13 years ago

#306 closed enhancement (fixed)

VFS_OUT protocol server-side stubs

Reported by: Jiri Svoboda Owned by:
Priority: major Milestone: 0.5.0
Component: helenos/fs/other Version:
Keywords: Cc:
Blocker for: Depends on:
See also:

Description (last modified by Jakub Jermář)

File-system drivers could be simplified slightly by factoring out the server-side IPC code implementing the VFS_OUT protocol. The IPC stub code should be placed in a library, libfs seems adequate.

Change History (3)

comment:1 by Jakub Jermář, 13 years ago

Should this be VFS_OUT protocol instead?

comment:2 by Jakub Jermář, 13 years ago

Description: modified (diff)
Summary: VFS_IN protocol server-side stubsVFS_OUT protocol server-side stubs

comment:3 by Jakub Jermář, 13 years ago

Component: helenos/unspecifiedhelenos/fs/other
Resolution: fixed
Status: newclosed

Fix merged in mainline,1119.

Now only VFS_OUT_READ/WRITE need to use the async framework to accept/send the read/write data, but other than that, the intention of this ticket has been realized fully.

Note: See TracTickets for help on using tickets.