commit | 971f0bdeaabac4fcc335dace2f98e79157db4302 | [log] [tgz] |
---|---|---|
author | Milosz Tanski <milosz@adfin.com> | Fri Sep 06 15:13:18 2013 +0000 |
committer | Milosz Tanski <milosz@adfin.com> | Fri Sep 06 16:50:12 2013 +0000 |
tree | 0db806be12d433bfa82cb670cadf18549e8f2e2b | |
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>