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, 1 insertion, 0 deletions
diff --git a/fs/fscache/stats.c b/fs/fscache/stats.c
index a5aa93ece8c5..a7c3ed89a3e0 100644
--- a/fs/fscache/stats.c
+++ b/fs/fscache/stats.c
@@ -278,5 +278,6 @@ int fscache_stats_show(struct seq_file *m, void *v)
 		   atomic_read(&fscache_n_cache_stale_objects),
 		   atomic_read(&fscache_n_cache_retired_objects),
 		   atomic_read(&fscache_n_cache_culled_objects));
+	netfs_stats_show(m);
 	return 0;
 }