]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc87b50cb775ad404e9da98bb7b12bca7ffd5159e
treeda7cef88466400b865010945f075ee0ef3713aeb
parent297bfb2944b9681e4294f00a120eb7f1dc33b43a
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