diff options
Diffstat (limited to 'fs/netfs/internal.h')
-rw-r--r-- | fs/netfs/internal.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fs/netfs/internal.h b/fs/netfs/internal.h index 05c4b2fe1965..b7b0e3d18d9e 100644 --- a/fs/netfs/internal.h +++ b/fs/netfs/internal.h @@ -23,11 +23,14 @@ 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); /* + * main.c + */ +extern unsigned int netfs_debug; + +/* * objects.c */ struct netfs_io_request *netfs_alloc_request(struct address_space *mapping, |