From 971f0bdeaabac4fcc335dace2f98e79157db4302 Mon Sep 17 00:00:00 2001 From: Milosz Tanski Date: Fri, 6 Sep 2013 15:13:18 +0000 Subject: ceph: trivial buildbot warnings fix The linux-next build bot found a three of warnings, this addresses all of them. * non-ANSI function declaration of function 'ceph_fscache_register' and 'ceph_fscache_unregister' * symbol 'ceph_cache_netfs' was not declared, now it's extern in the header. * warning: "pr_fmt" redefined Signed-off-by: Milosz Tanski --- fs/ceph/cache.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fs/ceph/cache.h') 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 @@ #ifdef CONFIG_CEPH_FSCACHE +extern struct fscache_netfs ceph_cache_netfs; + int ceph_fscache_register(void); void ceph_fscache_unregister(void); -- cgit v1.2.3