Al Viro 26978b8b4d give ->direct_IO() a copy of iov_iter
the thing is, we want to advance what's given to ->direct_IO() as we
are forming the request; however, the callers care about the amount
of data actually transferred, not the amount we tried to transfer.
It's more convenient to allow ->direct_IO() instances do use
iov_iter_advance() on the copy of iov_iter, leaving the actual
advancing of the original to caller.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2014-05-06 17:32:47 -04:00
..
2012-01-03 22:54:56 -05:00
2014-04-07 16:35:58 -07:00
2014-05-06 17:32:42 -04:00
2014-03-04 07:55:47 -08:00
2014-04-07 16:35:58 -07:00
2014-01-27 21:02:39 -08:00
2014-04-07 16:35:53 -07:00
2013-10-16 21:35:53 -07:00
2014-05-06 17:32:44 -04:00
2012-06-20 14:39:36 -07:00
2014-04-07 16:35:58 -07:00
2014-05-06 17:32:43 -04:00
2014-05-06 14:02:53 -04:00