aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 22a33f8c8807..3d2bfbc232dc 100644
--- a/fs/ceph/osd_client.c
+++ b/fs/ceph/osd_client.c
@@ -1386,6 +1386,7 @@ static struct ceph_msg *get_reply(struct ceph_connection *con,
1386 req->r_reply, req->r_con_filling_msg); 1386 req->r_reply, req->r_con_filling_msg);
1387 ceph_con_revoke_message(req->r_con_filling_msg, req->r_reply); 1387 ceph_con_revoke_message(req->r_con_filling_msg, req->r_reply);
1388 ceph_con_put(req->r_con_filling_msg); 1388 ceph_con_put(req->r_con_filling_msg);
1389 req->r_con_filling_msg = NULL;
1389 } 1390 }
1390 1391
1391 if (front > req->r_reply->front.iov_len) { 1392 if (front > req->r_reply->front.iov_len) {