]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Feb 2015 23:48:33 +0000 (15:48 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Feb 2015 23:48:33 +0000 (15:48 -0800)
commit53896af5b7dd945d618636432c1d5d8b549bd622
treed5bd699150fecfe5b2ebfddd9db651389480937d
parent87ad7bbe90c51f2806d85f3ec8c1bc486a23e493
parentff39afa43a74ccc8b6bbe783075d06eec169f622
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()
fs/read_write.c
include/linux/fs.h
include/linux/uio.h