libceph: record message data byte length
authorAlex Elder <elder@inktank.com>
Thu, 7 Mar 2013 21:38:26 +0000 (15:38 -0600)
committerSage Weil <sage@inktank.com>
Thu, 2 May 2013 04:16:42 +0000 (21:16 -0700)
commit4a73ef27ad04f1b8ea23eb55e50b20fcc0530a6f
tree5a0a127ca9b3b51a3f388c980f49229245fed361
parentebf18f47093e968105767eed4a0aa155e86b224e
libceph: record message data byte length

Record the number of bytes of data in a page array rather than the
number of pages in the array.  It can be assumed that the page array
is of sufficient size to hold the number of bytes indicated (and
offset by the indicated alignment).

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