From: Alex Elder Date: Thu, 31 Jan 2013 22:02:01 +0000 (-0600) Subject: libceph: fix messenger CONFIG_BLOCK dependencies X-Git-Tag: v3.9-rc1~41^2~21^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ebc21f7bc2f9c0145bbbf0f12430b766a200f9f;p=pandora-kernel.git libceph: fix messenger CONFIG_BLOCK dependencies The ceph messenger has a few spots that are only used when bio messages are supported, and that's only when CONFIG_BLOCK is defined. This surrounds a couple of spots with #ifdef's that would cause a problem if CONFIG_BLOCK were not present in the kernel configuration. This resolves: http://tracker.ceph.com/issues/3976 Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed