libceph: fix possible CONFIG_BLOCK build problem
authorAlex Elder <elder@inktank.com>
Fri, 5 Apr 2013 19:46:01 +0000 (14:46 -0500)
committerSage Weil <sage@inktank.com>
Thu, 2 May 2013 04:18:26 +0000 (21:18 -0700)
commitea96571f7b865edaf1acd472e6f2cddc9fb67892
treef77ecb81c70e9e63ab875b53c2954780f70ddb84
parent5476492fba9fd0b4118aacf5b924dd29b8cca56c
libceph: fix possible CONFIG_BLOCK build problem

This patch:
    15a0d7b libceph: record message data length
did not enclose some bio-specific code inside CONFIG_BLOCK as
it should have.  Fix that.

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
include/linux/ceph/messenger.h
net/ceph/messenger.c