]> git.baikalelectronics.ru Git - kernel.git/commit
libceph: Fix sparse warning
authorIulius Curt <iulius.curt@gmail.com>
Thu, 23 Aug 2012 12:14:29 +0000 (15:14 +0300)
committerAlex Elder <elder@inktank.com>
Mon, 1 Oct 2012 19:30:49 +0000 (14:30 -0500)
commit2fafe7ca56140d5d2aeb417086f480f11ad5a74f
tree9f9cfdff1e250d70162484a875b76cd569e8d6ec
parent7e8eca4d184a21b6f65abaf0f75233e28294d270
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 <icurt@ixiacom.com>
Signed-off-by: Sage Weil <sage@inktank.com>
net/ceph/mon_client.c