ceph: Add necessary clean up if invalid reply received in handle_reply()
authorLi Wang <liwang@ubuntukylin.com>
Wed, 27 Nov 2013 14:28:14 +0000 (22:28 +0800)
committerSage Weil <sage@inktank.com>
Fri, 13 Dec 2013 17:13:29 +0000 (09:13 -0800)
commit37c89bde5d402c25211a9e31e3166067f85aa31b
tree0aba7c4f019102f308a5f9c01cea5f5136242721
parentf36132a75aafd0086aeb0eacf348654138d56b49
ceph: Add necessary clean up if invalid reply received in handle_reply()

Wake up possible waiters, invoke the call back if any, unregister the request

Signed-off-by: Li Wang <liwang@ubuntukylin.com>
Signed-off-by: Yunchuan Wen <yunchuanwen@ubuntukylin.com>
Signed-off-by: Sage Weil <sage@inktank.com>
net/ceph/osd_client.c