From: Al Viro Date: Fri, 3 Apr 2015 19:57:04 +0000 (-0400) Subject: switch drivers/char/mem.c to ->read_iter/->write_iter X-Git-Tag: omap-for-v4.1/fixes-rc1~136^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd28e28d801e052a3378161c9cb3231828cfaa77;p=pandora-kernel.git switch drivers/char/mem.c to ->read_iter/->write_iter Note that _these_ guys have ->read() and ->write() left in place - they are eqiuvalent to what we'd get if we replaced those with NULL, but we are talking about hot paths here. Signed-off-by: Al Viro --- Reading git-diff-tree failed