ceph: fix client_request_forward decoding
authorSage Weil <sage@newdream.net>
Tue, 23 Feb 2010 22:02:44 +0000 (14:02 -0800)
committerSage Weil <sage@newdream.net>
Tue, 23 Feb 2010 22:26:36 +0000 (14:26 -0800)
The tid is in the message header, not body.  Broken since 6df058c0.

No need to look at next mds session; just mark the request and be done.
(The old error path was broken too, but now it's gone.)

Signed-off-by: Sage Weil <sage@newdream.net>

No differences found