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> 2009-11-20 21:50:44 +0000 committer: David Howells <dhowells@redhat.com> 2009-11-20 21:50:44 +0000 commit: 4fa9f4ede88b4e2ff135b6e5717499d734508c62 parent: 1c2ea8a2c0b71cc5e07f518370d458d692c9b21a
Commit Summary:
FS-Cache: Provide nop fscache_stat_d() if CONFIG_FSCACHE_STATS=n
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/fscache/internal.h b/fs/fscache/internal.h
index 0ca2566e038c..edd7434ab6e5 100644
--- a/fs/fscache/internal.h
+++ b/fs/fscache/internal.h
@@ -259,6 +259,7 @@ extern const struct file_operations fscache_stats_fops;
 
 #define __fscache_stat(stat) (NULL)
 #define fscache_stat(stat) do {} while (0)
+#define fscache_stat_d(stat) do {} while (0)
 #endif
 
 /*