]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: Remove got_safe from MetaRequest
authorSam Lang <sam.lang@inktank.com>
Mon, 25 Mar 2013 16:39:19 +0000 (11:39 -0500)
committerSam Lang <sam.lang@inktank.com>
Tue, 26 Mar 2013 14:25:18 +0000 (09:25 -0500)
commit4dda138b076686c856ee0eaf93cf6139061b4526
treefc5ab80eae81ee663f6dbb707e201ec00b40b502
parentffe8235f3469503ca415c85d83567a01bd261618
client: Remove got_safe from MetaRequest

Once a safe reply is received, we remove the
request from the mds_requests map, so checking that
it might be a duplicate won't succeed.  This patch
removes the got_safe checks in the reply handling code
and the got_safe field on the MetaRequest to avoid confusion.

Signed-off-by: Sam Lang <sam.lang@inktank.com>
src/client/Client.cc
src/client/MetaRequest.cc
src/client/MetaRequest.h