cifs: Don't use iov_iter::type directly
authorDavid Howells <dhowells@redhat.com>
Thu, 21 Nov 2019 08:13:58 +0000 (08:13 +0000)
committerSteve French <stfrench@microsoft.com>
Mon, 27 Jan 2020 01:24:16 +0000 (19:24 -0600)
commit6629400a2227c843a84e84c2aa4275dfe6c3bdbc
treeda7cef88466400b865010945f075ee0ef3713aeb
parent731b82bb1750a906c1e7f070aedf5505995ebea7
cifs: Don't use iov_iter::type directly

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.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/file.c