ceph: fix theoretically possible double-put on connection
authorSage Weil <sage@newdream.net>
Thu, 25 Mar 2010 04:30:19 +0000 (21:30 -0700)
committerSage Weil <sage@newdream.net>
Mon, 17 May 2010 22:25:14 +0000 (15:25 -0700)
commit6f46cb29350963527b663c9eb4fe964daa9ae707
tree6550abaa45abaff66668e2914c1219e9f4cb930f
parentc7708075f18086ee7d02df8b891910893e9ea372
ceph: fix theoretically possible double-put on connection

This would only trigger if we bailed out before resetting r_con_filling_msg
because the server reply was corrupt (oversized).

Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/osd_client.c