diff options
Diffstat (limited to 'fs/netfs/internal.h')
-rw-r--r-- | fs/netfs/internal.h | 14 |
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 |