On Thu, Nov 21, 2019 at 08:13:58AM +0000, David Howells wrote: > Don't use iov_iter::type directly, but rather use the new accessor > functions that have been added. This allows the .type field to be split > and rearranged without the need to update the filesystems. I'd rather get rid of the accessor and access the fields directly, as that is much easier to follow.