]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/ceph/mds_client.c
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)
commita1ea787c7b6ec036d169d84e08cca7b6e399ba70
tree99eeb4be56e747593d6da388a8b92530f0188768
parent2600d2dd5085ab6fb09540226138a60055abf335
ceph: fix client_request_forward decoding

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>
fs/ceph/mds_client.c