diff options
| author | Mike Marshall <hubcap@omnibond.com> | 2016-01-13 19:18:12 +0300 |
|---|---|---|
| committer | Mike Marshall <hubcap@omnibond.com> | 2016-01-13 19:18:12 +0300 |
| commit | b3ae4755f561cffd23192cd1fb9648649aa7405e (patch) | |
| tree | 115db76621cfed00143b767a122431b2487464db /tools/perf/scripts/python | |
| parent | 85096169860199f506ae18acd222d1d870f1ee96 (diff) | |
| download | linux-b3ae4755f561cffd23192cd1fb9648649aa7405e.tar.xz | |
Orangefs: implement .write_iter
Until now, orangefs_devreq_write_iter has just been a wrapper for
the old-fashioned orangefs_devreq_writev... linux would call
.write_iter with "struct kiocb *iocb" and "struct iov_iter *iter"
and .write_iter would just:
return pvfs2_devreq_writev(iocb->ki_filp,
iter->iov,
iter->nr_segs,
&iocb->ki_pos);
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
