FS-Cache: Provide nop fscache_stat_d() if CONFIG_FSCACHE_STATS=n
[deliverable/linux.git] / fs / fscache / internal.h
index 0ca2566e038c6efcd96a1615cc9d49b0f5f51f61..edd7434ab6e5eb5ff3a8b3b9f38b127a3e2753cf 100644 (file)
@@ -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
 
 /*
This page took 0.023833 seconds and 5 git commands to generate.