diff options
Diffstat (limited to 'fs/netfs/internal.h')
-rw-r--r-- | fs/netfs/internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/netfs/internal.h b/fs/netfs/internal.h index 54faf0c72297..7bf94a3beb98 100644 --- a/fs/netfs/internal.h +++ b/fs/netfs/internal.h @@ -16,6 +16,11 @@ #define pr_fmt(fmt) "netfs: " fmt /* + * buffered_read.c + */ +void netfs_rreq_unlock_folios(struct netfs_io_request *rreq); + +/* * objects.c */ struct netfs_io_request *netfs_alloc_request(struct address_space *mapping, |