]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
kclient: drop middle, data in ceph_msg_put
authorSage Weil <sage@newdream.net>
Wed, 19 Aug 2009 20:44:49 +0000 (13:44 -0700)
committerSage Weil <sage@newdream.net>
Wed, 19 Aug 2009 20:52:17 +0000 (13:52 -0700)
commit11376ca2e7b2cd8985e1025461f6d7a7f68a584d
tree39826c44db82c4f3262671e6adec844b457f135a
parenta849be3242a0f2b76b971ab3acb46f60670373be
kclient: drop middle, data in ceph_msg_put

And not msgpool reclaim.

This fixes bug where a reused message has nr_pages != 0 and
gets confused.
src/kernel/messenger.c
src/kernel/msgpool.c