commit | 0c949334a9e2581646c6ff0d1470a805b1e5be99 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Mar 22 06:51:37 2014 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue May 06 17:32:54 2014 -0400 |
tree | 60a4d6bc2260d648915baa9b78626cd4b6915431 | |
parent | 28060d5d9b261da110afe48aae7a2aa6555f798f [diff] |
iov_iter_truncate() Now It Can Be Done(tm) - we don't need to do iov_shorten() in generic_file_direct_write() anymore, now that all ->direct_IO() instances are converted to proper iov_iter methods and honour iter->count and iter->iov_offset properly. Get rid of count/ocount arguments of generic_file_direct_write(), while we are at it. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>