]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
kclient: remove extra mutex_unlock
authorYehuda Sadeh <yehuda@hq.newdream.net>
Thu, 8 Jan 2009 19:17:59 +0000 (11:17 -0800)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 9 Jan 2009 19:06:13 +0000 (11:06 -0800)
src/kernel/mds_client.c

index c56afd010b5398f998fd20722c1d2e1356d18220..4f4c4fe41d783afa5f9c6369b90609c9c46abbfc 100644 (file)
@@ -1312,7 +1312,6 @@ void ceph_mdsc_handle_reply(struct ceph_mds_client *mdsc, struct ceph_msg *msg)
                        ceph_msg_put(req->r_request);
                        req->r_request = NULL;
                } else {
-                       mutex_unlock(&mdsc->mutex);
                        dout(0, "got another _unsafe_ reply %llu, mds%d\n",
                                tid, mds);
                }