]> git.karo-electronics.de Git - karo-tx-linux.git/commit
coda: switch to ->read_iter/->write_iter
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 3 Apr 2015 14:58:11 +0000 (10:58 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 4 Apr 2015 05:16:34 +0000 (01:16 -0400)
commitaf4696c8e0e496262c258c2d005779a54eb0accd
tree2ef4a07192c961ede3a3f7c17e70972026383421
parentce9a2a7e6d6c03e57262674146c5f994c7c69cdc
coda: switch to ->read_iter/->write_iter

... and request the same from the local cache - all filesystems with
anything usable for that support those already.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/coda/file.c