diff options
Diffstat (limited to 'fs/ceph/cache.h')
-rw-r--r-- | fs/ceph/cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ceph/cache.h b/fs/ceph/cache.h index bf4869547291..ba949408a336 100644 --- a/fs/ceph/cache.h +++ b/fs/ceph/cache.h | |||
@@ -26,6 +26,8 @@ | |||
26 | 26 | ||
27 | #ifdef CONFIG_CEPH_FSCACHE | 27 | #ifdef CONFIG_CEPH_FSCACHE |
28 | 28 | ||
29 | extern struct fscache_netfs ceph_cache_netfs; | ||
30 | |||
29 | int ceph_fscache_register(void); | 31 | int ceph_fscache_register(void); |
30 | void ceph_fscache_unregister(void); | 32 | void ceph_fscache_unregister(void); |
31 | 33 | ||