cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
authorDavid Howells <dhowells@redhat.com>
Thu, 12 Oct 2023 07:36:44 +0000 (08:36 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 1 May 2024 17:08:20 +0000 (18:08 +0100)
commit1a5b4edd97cee40922ca8bfb91008338d3a1de60
tree21a92b50599ad493d7cf572dcff2c95e6b821b06
parentdc5939de82f149633d6ec1c403003538442ec9ef
cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c

Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c so that
they are colocated with similar functions rather than being split with
cifsfs.c.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Steve French <sfrench@samba.org>
cc: Shyam Prasad N <nspmangalore@gmail.com>
cc: Rohith Surabattula <rohiths.msft@gmail.com>
cc: Jeff Layton <jlayton@kernel.org>
cc: linux-cifs@vger.kernel.org
cc: netfs@lists.linux.dev
cc: linux-fsdevel@vger.kernel.org
cc: linux-mm@kvack.org
fs/smb/client/cifsfs.c
fs/smb/client/cifsfs.h
fs/smb/client/file.c