From: Al Viro Date: Sat, 4 Apr 2015 04:11:32 +0000 (-0400) Subject: infinibad: weird APIs switched to ->write_iter() X-Git-Tag: omap-for-v4.1/fixes-rc1~136^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4961772560d2f19695c73ece943716033ad62ac2;p=pandora-kernel.git infinibad: weird APIs switched to ->write_iter() Things Not To Do When Writing A Driver, part 1001st: have writev() and write() on the same file doing completely different things. As in, "interpret very different sets of commands". We _can_ handle that, but it's a bloody bad idea. Don't do that in new drivers. Ever. Signed-off-by: Al Viro --- Reading git-diff-tree failed