From: Iulius Curt Date: Thu, 23 Aug 2012 12:14:29 +0000 (+0300) Subject: libceph: Fix sparse warning X-Git-Tag: v3.7-rc1~90^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7698f2f5e0d7b7a062213fa970b7c4e121adf38e;p=pandora-kernel.git libceph: Fix sparse warning Make ceph_monc_do_poolop() static to remove the following sparse warning: * net/ceph/mon_client.c:616:5: warning: symbol 'ceph_monc_do_poolop' was not declared. Should it be static? Also drops the 'ceph_monc_' prefix, now being a private function. Signed-off-by: Iulius Curt Signed-off-by: Sage Weil --- Reading git-diff-tree failed