| commit | 66dc830d14a222c9214a8557e9feb1e4a67a3857 | [log] [tgz] |
|---|---|---|
| author | Linus Torvalds <torvalds@linux-foundation.org> | Tue Feb 17 15:48:33 2015 -0800 |
| committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Feb 17 15:48:33 2015 -0800 |
| tree | d5bd699150fecfe5b2ebfddd9db651389480937d | |
| parent | 05016b0f0a9d900e976db7f50a7761c0aefe5a1c [diff] | |
| parent | dbe4e192a234cd6133d86fffb965d0f032c12ccc [diff] |
Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull iov_iter updates from Al Viro:
"More iov_iter work - missing counterpart of iov_iter_init() for
bvec-backed ones and vfs_read_iter()/vfs_write_iter() - wrappers for
sync calls of ->read_iter()/->write_iter()"
* 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
fs: add vfs_iter_{read,write} helpers
new helper: iov_iter_bvec()