ceph: simplify ceph_msg_new
authorSage Weil <sage@newdream.net>
Thu, 1 Apr 2010 23:07:23 +0000 (16:07 -0700)
committerSage Weil <sage@newdream.net>
Mon, 17 May 2010 22:25:19 +0000 (15:25 -0700)
commitbb257664f748bcfc80715f85f70f0f560caec3b4
tree0f03c628328082e660c6a60f6094cde478dadec9
parenta79832f26be370ee26ea81eecdfd42d10e49d66a
ceph: simplify ceph_msg_new

We only need to pass in front_len.  Callers can attach any other payload
pieces (middle, data) as they see fit.

Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/caps.c
fs/ceph/mds_client.c
fs/ceph/messenger.c
fs/ceph/messenger.h
fs/ceph/mon_client.c
fs/ceph/msgpool.c
fs/ceph/osd_client.c