Skip to content
Commit 49617725 authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 9a219bc7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment