VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: David Howells <dhowells@redhat.com> 2021-02-22 11:39:47 +0000 committer: David Howells <dhowells@redhat.com> 2021-04-23 10:14:32 +0100 commit: 26aaeffcafe6cbb7c3978fa6ed7555122f8c9f8c parent: 0246f3e5737d0b083baefa552fecedd90832dad0
Commit Summary:
fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
Diffstat:
1 file changed, 4 insertions, 0 deletions
diff --git a/fs/fscache/internal.h b/fs/fscache/internal.h
index 08e91efbce53..c483863b740a 100644
--- a/fs/fscache/internal.h
+++ b/fs/fscache/internal.h
@@ -142,6 +142,10 @@ extern int fscache_wait_for_operation_activation(struct fscache_object *,
 						 atomic_t *,
 						 atomic_t *);
 extern void fscache_invalidate_writes(struct fscache_cookie *);
+struct fscache_retrieval *fscache_alloc_retrieval(struct fscache_cookie *cookie,
+						  struct address_space *mapping,
+						  fscache_rw_complete_t end_io_func,
+						  void *context);
 
 /*
  * proc.c