netfs: Split fs/netfs/read_helper.c
authorDavid Howells <dhowells@redhat.com>
Tue, 1 Mar 2022 14:35:58 +0000 (14:35 +0000)
committerDavid Howells <dhowells@redhat.com>
Fri, 18 Mar 2022 09:29:05 +0000 (09:29 +0000)
commit16211268fcb36672a84359362c2fc2c4695b0fc4
tree1d84eab80b22b9488594b612029ad53f79fddcdf
parent3be01750d7ac5803ad6fa76801d4d80b3814229f
netfs: Split fs/netfs/read_helper.c

Split fs/netfs/read_helper.c into two pieces, one to deal with buffered
writes and one to deal with the I/O mechanism.

Changes
=======
ver #2)
 - Add kdoc reference to new file.

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
cc: linux-cachefs@redhat.com

Link: https://lore.kernel.org/r/164623005586.3564931.6149556072728481767.stgit@warthog.procyon.org.uk/
Link: https://lore.kernel.org/r/164678217075.1200972.5101072043126828757.stgit@warthog.procyon.org.uk/
Link: https://lore.kernel.org/r/164692919953.2099075.7156989585513833046.stgit@warthog.procyon.org.uk/
fs/netfs/Makefile
fs/netfs/buffered_read.c [new file with mode: 0644]
fs/netfs/io.c