David Howells aa563d7bca iov_iter: Separate type from direction and use accessor functions
In the iov_iter struct, separate the iterator type from the iterator
direction and use accessor functions to access them in most places.

Convert a bunch of places to use switch-statements to access them rather
then chains of bitwise-AND statements.  This makes it easier to add further
iterator types.  Also, this can be more efficient as to implement a switch
of small contiguous integers, the compiler can use ~50% fewer compare
instructions than it has to use bitwise-and instructions.

Further, cease passing the iterator type into the iterator setup function.
The iterator function can set that itself.  Only the direction is required.

Signed-off-by: David Howells <dhowells@redhat.com>
2018-10-24 00:41:07 +01:00
..
2017-09-25 12:45:21 -05:00
2011-07-15 12:30:43 -05:00
2017-10-19 16:15:22 +02:00
2016-06-21 09:04:24 -05:00
2014-02-14 11:54:44 -06:00
2012-07-16 14:16:19 -05:00
2012-11-01 15:27:24 -05:00
2017-10-09 09:29:31 -05:00
2014-11-19 14:48:02 -06:00
2012-01-04 08:56:31 -06:00
2011-07-12 16:02:09 -05:00
2008-12-23 10:15:40 -06:00
2016-12-14 08:31:37 -08:00
2017-10-09 09:29:31 -05:00
2017-10-09 09:29:31 -05:00
2012-08-08 11:33:49 -05:00
2012-05-02 14:15:27 -05:00
2011-03-10 10:40:00 -06:00
2008-02-04 01:23:43 -06:00
2006-01-18 09:30:29 +00:00