linux/fs/netfs
David Howells 16211268fc 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/ # v1
Link: https://lore.kernel.org/r/164678217075.1200972.5101072043126828757.stgit@warthog.procyon.org.uk/ # v2
Link: https://lore.kernel.org/r/164692919953.2099075.7156989585513833046.stgit@warthog.procyon.org.uk/ # v3
2022-03-18 09:29:05 +00:00
..
buffered_read.c netfs: Split fs/netfs/read_helper.c 2022-03-18 09:29:05 +00:00
internal.h netfs: Rename read_helper.c to io.c 2022-03-18 09:29:05 +00:00
io.c netfs: Split fs/netfs/read_helper.c 2022-03-18 09:29:05 +00:00
Kconfig netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manual 2021-05-25 13:48:04 +01:00
Makefile netfs: Split fs/netfs/read_helper.c 2022-03-18 09:29:05 +00:00
objects.c netfs: Add a function to consolidate beginning a read 2022-03-18 09:29:05 +00:00
stats.c netfs: Add a netfs inode context 2022-03-18 09:29:05 +00:00