aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/ceph/osd_client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/osd_client.c b/fs/ceph/osd_client.c
index 5d30d5959b9..d600073f1d3 100644
--- a/fs/ceph/osd_client.c
+++ b/fs/ceph/osd_client.c
@@ -739,6 +739,7 @@ static void handle_reply(struct ceph_osd_client *osdc, struct ceph_msg *msg)
739 req->r_got_reply = 1; 739 req->r_got_reply = 1;
740 } else if ((flags & CEPH_OSD_FLAG_ONDISK) == 0) { 740 } else if ((flags & CEPH_OSD_FLAG_ONDISK) == 0) {
741 dout("handle_reply tid %llu dup ack\n", tid); 741 dout("handle_reply tid %llu dup ack\n", tid);
742 mutex_unlock(&osdc->request_mutex);
742 goto done; 743 goto done;
743 } 744 }
744 745