Opened 14 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 )
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 , 14 years ago
comment:2 by , 14 years ago
Description: | modified (diff) |
---|---|
Summary: | VFS_IN protocol server-side stubs → VFS_OUT protocol server-side stubs |
comment:3 by , 13 years ago
Component: | helenos/unspecified → helenos/fs/other |
---|---|
Resolution: | → fixed |
Status: | new → closed |
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.
Should this be VFS_OUT protocol instead?