netfs: Rename read_helper.c to io.c
authorDavid Howells <dhowells@redhat.com>
Mon, 7 Mar 2022 21:57:24 +0000 (21:57 +0000)
committerDavid Howells <dhowells@redhat.com>
Fri, 18 Mar 2022 09:29:05 +0000 (09:29 +0000)
commit3be01750d7ac5803ad6fa76801d4d80b3814229f
tree8ae577711d44157f878534884ed708ceb0c30ad4
parent93345c3ba55f62f6b7189cdab354c7293fd45d75
netfs: Rename read_helper.c to io.c

Rename the read_helper.c file to io.c before splitting out the buffered
read functions and some other bits.

Changes
=======
ver #2)
 - Rename read_helper.c before splitting.

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/164678216109.1200972.16567696909952495832.stgit@warthog.procyon.org.uk/
Link: https://lore.kernel.org/r/164692918076.2099075.8120961172717347610.stgit@warthog.procyon.org.uk/
Documentation/filesystems/netfs_library.rst
fs/netfs/Makefile
fs/netfs/internal.h
fs/netfs/io.c [moved from fs/netfs/read_helper.c with 100% similarity]