]> git.karo-electronics.de Git - karo-tx-linux.git/commit
switch drivers/char/mem.c to ->read_iter/->write_iter
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 3 Apr 2015 19:57:04 +0000 (15:57 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 4 Apr 2015 05:17:43 +0000 (01:17 -0400)
commit2649210b158f17615886bdadb4b8105cfebdb56b
tree99425e5835a33be156131c039ea64ba5c906b1fc
parent87582bc2c7e4bedd2e042fcfee57a5171638e3f8
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 <viro@zeniv.linux.org.uk>
drivers/char/mem.c