ceph: alloc message data pages and check if tid exists
authorYehuda Sadeh <yehuda@hq.newdream.net>
Mon, 11 Jan 2010 22:47:13 +0000 (14:47 -0800)
committerSage Weil <sage@newdream.net>
Mon, 25 Jan 2010 20:57:46 +0000 (12:57 -0800)
Now doing it in the same callback that is also responsible for
allocating the 'front' part of the message. If we get a message
that we haven't got a corresponding tid for, mark it for skipping.

Moving the mutex unlock/lock from the osd alloc_msg callback
to the calling function in the messenger.

Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>

No differences found