aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/cache.h')
-rw-r--r--fs/ceph/cache.h2
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
29extern struct fscache_netfs ceph_cache_netfs;
30
29int ceph_fscache_register(void); 31int ceph_fscache_register(void);
30void ceph_fscache_unregister(void); 32void ceph_fscache_unregister(void);
31 33