]> 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)
commit511787c9b665b07c114a736ca3ad272e1b3059d5
treeda7cef88466400b865010945f075ee0ef3713aeb
parent0134ef85d54f3b01ea8d183f292e12a6e55c62f6
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