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
..
2014-07-08 17:14:27 -04:00
2018-06-12 16:19:22 -07:00
2018-08-09 16:11:21 -04:00
2018-08-22 18:32:07 -04:00
2018-08-22 18:32:07 -04:00
2018-08-09 16:11:21 -04:00
2018-02-08 15:18:32 -08:00
2018-08-09 16:11:21 -04:00
2018-08-22 18:32:07 -04:00
2018-04-03 15:08:15 -04:00
2018-04-03 16:27:08 -04:00