diff options
author | Milosz Tanski <milosz@adfin.com> | 2013-09-06 11:13:18 -0400 |
---|---|---|
committer | Milosz Tanski <milosz@adfin.com> | 2013-09-06 12:50:12 -0400 |
commit | 971f0bdeaabac4fcc335dace2f98e79157db4302 (patch) | |
tree | 0db806be12d433bfa82cb670cadf18549e8f2e2b /fs/ceph/cache.h | |
parent | e81568eb1819af1391ac27ab28ac851410315a9f (diff) |
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 <milosz@adfin.com>
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 | ||