Changeset 2f68778 in rtems for cpukit/libfs/Makefile.am

Timestamp:
12/16/13 12:44:13 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
56bea43
Parents:
95a57280
git-author:
Sebastian Huber <sebastian.huber@…> (12/16/13 12:44:13)
git-committer:
Sebastian Huber <sebastian.huber@…> (12/20/13 09:31:53)
Message:

Filesystem: Add readv/writev handlers

The readv() and writev() support was implemented in terms of multiple
calls to the read and write handlers. This imposes a problem on device
files which use an IO vector as single request entity. For example a
low-level network device (e.g. BPF(4)) may use an IO vector to create
one frame from multiple protocol layers each with its own IO vector
entry.

(No files)

Note: See TracChangeset for help on using the changeset viewer.