]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit20a32afb9c887fb609b1fbb0551b003f4425ce72
treef77ecb81c70e9e63ab875b53c2954780f70ddb84
parent2a7d0c130eabcd0431c595653581077d16808fa6
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