summaryrefslogtreecommitdiffstats
path: root/fs/netfs/internal.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2022-03-07 21:57:24 +0000
committerDavid Howells <dhowells@redhat.com>2022-03-18 09:29:05 +0000
commit3be01750d7ac5803ad6fa76801d4d80b3814229f (patch)
tree8ae577711d44157f878534884ed708ceb0c30ad4 /fs/netfs/internal.h
parent93345c3ba55f62f6b7189cdab354c7293fd45d75 (diff)
downloadlinux-3be01750d7ac5803ad6fa76801d4d80b3814229f.tar.bz2
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/ # v2 Link: https://lore.kernel.org/r/164692918076.2099075.8120961172717347610.stgit@warthog.procyon.org.uk/ # v3
Diffstat (limited to 'fs/netfs/internal.h')
-rw-r--r--fs/netfs/internal.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/fs/netfs/internal.h b/fs/netfs/internal.h
index 7bf94a3beb98..05c4b2fe1965 100644
--- a/fs/netfs/internal.h
+++ b/fs/netfs/internal.h
@@ -21,6 +21,13 @@
void netfs_rreq_unlock_folios(struct netfs_io_request *rreq);
/*
+ * io.c
+ */
+extern unsigned int netfs_debug;
+
+int netfs_begin_read(struct netfs_io_request *rreq, bool sync);
+
+/*
* objects.c
*/
struct netfs_io_request *netfs_alloc_request(struct address_space *mapping,
@@ -40,13 +47,6 @@ static inline void netfs_see_request(struct netfs_io_request *rreq,
}
/*
- * read_helper.c
- */
-extern unsigned int netfs_debug;
-
-int netfs_begin_read(struct netfs_io_request *rreq, bool sync);
-
-/*
* stats.c
*/
#ifdef CONFIG_NETFS_STATS