From: Al Viro Date: Sat, 5 Apr 2014 03:12:29 +0000 (-0400) Subject: bio_vec-backed iov_iter X-Git-Tag: omap-for-v3.16/fixes-against-rc1~45^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62a8067a7f35dba2de501c9cb00e4cf36da90bc0;p=pandora-kernel.git bio_vec-backed iov_iter New variant of iov_iter - ITER_BVEC in iter->type, backed with bio_vec array instead of iovec one. Primitives taught to deal with such beasts, __swap_write() switched to using that kind of iov_iter. Note that bio_vec is just a triple - there's nothing block-specific about it. I've left the definition where it was, but took it from under ifdef CONFIG_BLOCK. Next target: ->splice_write()... Signed-off-by: Al Viro --- Reading git-diff-tree failed