]> git.baikalelectronics.ru Git - kernel.git/commit
libceph: add, don't set data for a message
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:34 +0000 (21:18 -0700)
commit5fe660d410d3c09ec04b0171fefcbc46c2f67a3d
tree275c653789249a7499165cb36ddb608b5b4bc6df
parent33b94f130fad5b68ce26b2ac6809eec742f028a8
libceph: add, don't set data for a message

Change the names of the functions that put data on a pagelist to
reflect that we're adding to whatever's already there rather than
just setting it to the one thing.  Currently only one data item is
ever added to a message, but that's about to change.

This resolves:
    http://tracker.ceph.com/issues/2770

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