1
0
Files
linux/drivers
Al Viro 4961772560 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 <viro@zeniv.linux.org.uk>
2015-04-11 22:29:42 -04:00
..
2015-03-24 15:39:26 +01:00
2015-04-01 10:29:05 -07:00
2015-02-03 15:48:51 -08:00
2015-03-02 16:43:41 -05:00
2015-02-03 15:58:39 -08:00
2015-04-11 22:24:41 -04:00
2015-04-11 22:29:40 -04:00
2015-02-04 09:15:18 +01:00
2015-03-31 12:01:19 -04:00
2015-02-18 08:40:29 +01:00
2015-04-11 22:29:40 -04:00
2015-04-11 15:53:35 -04:00
2015-02-03 15:58:39 -08:00