]> git.karo-electronics.de Git - karo-tx-linux.git/commit
libceph: initialize msgpool message types
authorSage Weil <sage@inktank.com>
Mon, 9 Jul 2012 21:22:34 +0000 (14:22 -0700)
committerSage Weil <sage@inktank.com>
Mon, 30 Jul 2012 16:29:50 +0000 (09:29 -0700)
commitd50b409fb8698571d8209e5adfe122e287e31290
tree1cd91dd0bc9964e115253a0d58bbef6a12f8f015
parentfbb85a478f6d4cce6942f1c25c6a68ec5b1e7e7f
libceph: initialize msgpool message types

Initialize the type field for messages in a msgpool.  The caller was doing
this for osd ops, but not for the reply messages.

Reported-by: Alex Elder <elder@inktank.com>
Signed-off-by: Sage Weil <sage@inktank.com>
include/linux/ceph/msgpool.h
net/ceph/msgpool.c
net/ceph/osd_client.c